1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/pigpio/pigpio.post-install
knuxify cfc5a7783f testing/pigpio: new aport
https://abyz.me.uk/rpi/pigpio/
C library for the Raspberry Pi which allows control of the GPIO
2022-05-27 06:51:31 +00:00

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