Readonly io0Readonly io1Readonly io2Readonly io3Readonly io4Readonly io5Readonly io6Readonly io7Static MCP23Static MCP23set output value for io. It will apply immidiately. This function never change direction. set direction output before. If you want to hold some changes and flush once.
use following examle steps
this.io0.value = true;
this.io1.value = true;
this.flush("gpio");
io address. 0-7
boolean. true or false
Generated using TypeDoc
Initialize all ios. set direction=input.