![Adafruit Feather HUZZAH ESP8266 Manual Download Page 29](http://html1.mh-extra.com/html/adafruit/feather-huzzah-esp8266/feather-huzzah-esp8266_manual_2845856029.webp)
So to set the pin #0 LED on and off (which would be pin #3 in Lua) first make it an
output:
gpio.mode(3, gpio.OUTPUT)
Turn the LED on with:
gpio.write(3, gpio.LOW)
And off with:
CHPD (Note, don't use this pin or set it
to be an output!)
3
9
4
1
5
2
9
11
10
12
12
6
13
7
14
5
15
8
16
0
©Adafruit Industries
Page 29 of 53