Add pinouts file with pinouts mapping

master
Elis Hirwing 4 years ago
parent 20510ea60f
commit 77a083ee47
Signed by: etu
GPG Key ID: D57EFA625C9A925F

@ -0,0 +1,14 @@
class NodeMCU:
"""
Pinout mapping of the NODEMCU Board I've got.
"""
D0 = 16
D1 = 5
D2 = 4
D3 = 0
D4 = 2
D5 = 14
D6 = 12
D7 = 13
D8 = 15
Loading…
Cancel
Save