mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-02 02:50:29 +01:00
Device Profile for Wemos Lolin32 OLED
This commit is contained in:
committed by
Thomas Basler
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
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user