Skip to content

Commit

Permalink
Device Profile for Wemos Lolin32 OLED
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf authored and tbnobody committed Jun 26, 2023
1 parent 3df65b3 commit d8a3a75
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/DeviceProfiles/wemos-lolin32-oled.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[
{
"name": "Wemos Lolin32 OLED",
"nrf24": {
"miso": 2,
"mosi": 14,
"clk": 12,
"irq": 0,
"en": 15,
"cs": 13
},
"eth": {
"enabled": false
},
"display": {
"type": 2,
"data": 5,
"clk": 4
}
}
]

0 comments on commit d8a3a75

Please sign in to comment.