You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
using Arduino IDE for ESP8266-12 I want to read all Inputs with 1 instruction only. I thought of using the
PROVIDE(PIN_IN = 0x60000318) concept from the Wiki. But the Compiler throws an error that constructor+deconstructor are missing.
Any idea how to read all Inputs in one shot ?
The text was updated successfully, but these errors were encountered:
Hi,
using Arduino IDE for ESP8266-12 I want to read all Inputs with 1 instruction only. I thought of using the
PROVIDE(PIN_IN = 0x60000318) concept from the Wiki. But the Compiler throws an error that constructor+deconstructor are missing.
Any idea how to read all Inputs in one shot ?
The text was updated successfully, but these errors were encountered: