I am working on a project that will use an ESP8266 as a WiFi module (because of it's low power consumption) for a Raspberry Pi.
I also would like to use the ESP8266 to monitor a specific input, and if the input is low, output a signal on another pin on the ESP8266.
Is it possible to do both of these with one ESP8266?