Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulo9mv/esp8266_interruption_gpio

Toggle LEDs by external interruptions
https://github.com/paulo9mv/esp8266_interruption_gpio

c esp esp8266 external-interrupts gpio gpio-pins interrupts microcontroller

Last synced: about 1 month ago
JSON representation

Toggle LEDs by external interruptions

Awesome Lists containing this project

README

        

# ESP8266_Interruption_GPIO
Toggle LEDs by external interruptions

# What does it do?
This code runs C native to control ESP8266.

It sets 3 GPIO's as input and enable external interruptions on them.

Next, 3 other GPIO's are set as outputs (LEDs).

When an input GPIO trigger, the correspondent LED will become LOW or HIGH, the opposite of its last value.