mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
https://abyz.me.uk/rpi/pigpio/ C library for the Raspberry Pi which allows control of the GPIO
7 lines
147 B
Bash
7 lines
147 B
Bash
#!/bin/sh
|
|
|
|
cat << __EOF__
|
|
* Note that in order for pigpio to work, you will need to add "iomem=relaxed"
|
|
* to your kernel's cmdline.
|
|
__EOF__
|
|
exit 0
|