Loading docs/musings/gpio.md +6 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,9 @@ We need to use `rpi-lgpio` instead of `rpi-gpio` so that edge detection works. See Raspberry Pi book, page 632 and 624. Or maybe we don't. I haven't quite figured out how this all works. This might be a helpful line, but it doesn't work out of the box: ``` pip uninstall RPi.GPIO ``` Loading
docs/musings/gpio.md +6 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,9 @@ We need to use `rpi-lgpio` instead of `rpi-gpio` so that edge detection works. See Raspberry Pi book, page 632 and 624. Or maybe we don't. I haven't quite figured out how this all works. This might be a helpful line, but it doesn't work out of the box: ``` pip uninstall RPi.GPIO ```