+"""NodeMCU pin names"""
+
from adafruit_blinka.microcontroller.esp8266 import pin
D0 = pin.GPIO16
TX0 = D10
# GPIO0 and GPIO2 have built-in pull-ups on common ESP8266
-# breakout boards making them suitable for I2C SDA and SCL
\ No newline at end of file
+# breakout boards making them suitable for I2C SDA and SCL