Add pinouts file with pinouts mapping
parent
20510ea60f
commit
77a083ee47
@ -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…
Reference in New Issue