18 Serial.println(
"Nano I2C IO Expander Blink sample start.");
void pinMode(int output, int mode)
A method to set the pinMode but...
void begin(int add=0x5F)
function that start the I2C protocol with nanoI2CIOExpander
void digitalWrite(int output, int value)
Header file of the class CNanoI2CIOExpander...
bool test()
A special test method that use 2 special register to write and read and display on the Serial monitor...
A class to provide usual io functioon for nanoI2CIOExpander project...