Device Profile for Wemos Lolin32 OLED
This commit is contained in:
parent
3df65b3d37
commit
d8a3a75c0b
21
docs/DeviceProfiles/wemos-lolin32-oled.json
Normal file
21
docs/DeviceProfiles/wemos-lolin32-oled.json
Normal file
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user