RobsonRojas

Results 2 issues of RobsonRojas

I have tested the readValue to a readable characteristic and it worked fine: ``` const characteristic1 = await service1.getCharacteristic(TEST_CHARACTERISTIC_WRITE) const buffer = await characteristic1.readValue() console.log('read', buffer, buffer.toString()) ``` But, when...

Have someone used IT8951 on Orangepi? I'm trying to use the ITI951 library, but it needs the bcm2835 library that is for Raspberry pi.