Alex
Results
1
comments of
Alex
For RPi 5 the expansion header GPIO pins are now on _/dev/gpiochip4_ instead of _/dev/gpiochip0_. I got the hx711 library to work by changing `Utility::openGpioHandle(0)` to `Utility::openGpioHandle(4)`, respectively in _HX711.cpp_.