Verified Commit 7a8a2e06 authored by Jakob Moser's avatar Jakob Moser
Browse files

Mention somehow not-working line in gpio.md

parent 0e3eb698
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
```