My Template
Good morning.
Here I am sharing my template for chipchop. The devices I have connected to an ESP8266 are:
pushbuttons with pulldown resistor: GPIO12
leds: GPIO0, GPIO2, GPIO13
builtIn led: GPIO16
Temperature sensor LM75B: I2C (GPIO4 & GPIO5)
Single neopixel: GPIO15
10K variable resistor: A0
And I send upTime
Here is:
https://github.com/jnogues/chipchop/blob/main/template/template_chipchop.ino
I use it with this board:
Regards!