UniPager
UniPager copied to clipboard
Use /dev/gpiomem for Raspberry Pi GPIO access
Currently the GPIO pins are accessed via /dev/mem which requires running the program as root. Consider using /dev/gpiomem instead. This would allow to run the program as any user that is a member of the gpio group instead of root.