Updated pinout for Wemos to ones I mapped by hand

master
Elis Axelsson 2017-08-11 09:17:03 +02:00
parent 3ac319708b
commit 413c3df285
1 changed files with 5 additions and 8 deletions

View File

@ -21,14 +21,11 @@ class Wemos:
Pinout mapping of the Wemos board I've got.
"""
D0 = 16
D1 = 5
D2 = 4
D3 = 0
D4 = 2
D2 = 16
D3 = 5
D4 = 4
D5 = 14
D6 = 12
D7 = 13
D8 = 15
RX = 3
TX = 1
D8 = 0
D10 = 15