Read current all GPIO value and return single io value.
io 0-7
GPIO value
set 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
async version of output();
Read current all GPIO value.
Read byte from address
internal register address
readed value of address
Write byte to address without wait.
internal register address
Bulk write to addresses
start address
Write byte to address. It will wait until success response receive
internal register address
Generated using TypeDoc
Initialize all ios. set direction=input.