LTPS C++ API
|
Struct with data for MCP23008. More...
#include <portextender.h>
Public Attributes | |
bool | direction |
Current direction (false for output, true for input) | |
bool | value |
Current value (read/write for output, read for input) | |
bool | pullup |
Pull-up enabled (read/write for input, read for output) | |