iiot2k / gpiox

Raspberry Pi gpiox node.js and C++ library
Apache License 2.0
5 stars 2 forks source link

GPIO 0 and 1 not working #8

Closed redman684 closed 1 month ago

redman684 commented 1 month ago

It seems GPIO 0 and 1 are not working? When I set GPIO 1 as input in the blink example, the script exits as if no input was configured. No (error) message.

I'm running bookworm with nodejs 18.19.0 on a Pi 5

iiot2k commented 1 month ago

These pins are generally reserved for i2c communication with an EEPROM. Please use other pins.