Skip to content

Commit

Permalink
Doc: Added sample device profile for CMT and NRF module
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Apr 15, 2023
1 parent fe5e5bc commit 70b85fa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/DeviceProfiles/nodemcu_esp32.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,24 @@
"data": 21,
"clk": 22
}
},
{
"name": "Generic NodeMCU 32 with NRF + CMT Module",
"nrf24": {
"miso": 19,
"mosi": 23,
"clk": 18,
"irq": 16,
"en": 4,
"cs": 5
},
"cmt": {
"clk": 12,
"sdio": 14,
"cs": 27,
"fcs": 26,
"gpio2": -1,
"gpio3": -1
}
}
]

0 comments on commit 70b85fa

Please sign in to comment.