Defines the API for MCP23008/MCP23017 chips support.
InterruptPolarity
The polarity of the MCP23008/MCP23017 INT pins.
@ ACTIVE_HIGH
The INT pins shall be active high, ie they are low by default, and changed to high when an interrupt ...
@ ACTIVE_LOW
The INT pins shall be active low, ie they are high by default, and changed to low when an interrupt i...
Defines all API for all external devices supported by FastArduino.