Tag Archives: memory

ESP8266 Output GPIO and Optimization

Like many microcontrollers, the ESP8266 has a slew of GPIO pins that can be used to interact with the outside world. Espressif provides a number of ways to interact with these pins, including the popular function gpio_output_set. When we were … Continue reading

Posted in Development, ESP8266, Reference | Tagged , , , , , , , | Leave a comment