Fix Wemos D1 Mini Pin Numbering (fixes #9)

This commit is contained in:
Otto Winter 2018-04-24 21:52:59 +02:00
parent 595aa5e92d
commit 7915e420f4
No known key found for this signature in database
GPG key ID: DB66C0BE6013F97E

View file

@ -21,7 +21,7 @@ ESP8266_D1_PINS = dict(ESP8266_PINS, **{
'D10': 15, 'D11': 13, 'D12': 14, 'D13': 14, 'D14': 4, 'D15': 5, 'LED': 2, 'SDA': 4, 'SCL': 5,
})
ESP8266_D1_MINI_PINS = dict(ESP8266_PINS, **{
'D0': 16, 'D1': 5, 'D2': 4, 'D3': 0, 'D4': 0, 'D5': 14, 'D6': 12, 'D7': 13, 'D8': 15, 'RX': 3,
'D0': 16, 'D1': 5, 'D2': 4, 'D3': 0, 'D4': 2, 'D5': 14, 'D6': 12, 'D7': 13, 'D8': 15, 'RX': 3,
'TX': 1, 'LED': 2, 'SDA': 4, 'SCL': 5,
})
ESP8266_THING_PINS = dict(ESP8266_PINS, **{