Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
projects:internetofthings:micropython [2018/11/03 08:19] – scipio | projects:internetofthings:micropython [2018/11/03 08:46] (current) – [led] scipio | ||
---|---|---|---|
Line 115: | Line 115: | ||
# GPIO16 (D0) is the internal LED for NodeMCU | # GPIO16 (D0) is the internal LED for NodeMCU | ||
+ | # PIN 22 fro TTGO MINI32 | ||
led = Pin(16, Pin.OUT) | led = Pin(16, Pin.OUT) | ||