OpenDTU-old/docs/DeviceProfiles/wemos-lolin32-oled.json
2023-06-26 18:31:54 +02:00

22 lines
282 B
JSON

[
{
"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
}
}
]