UniPager icon indicating copy to clipboard operation
UniPager copied to clipboard

Use /dev/gpiomem for Raspberry Pi GPIO access

Open Taronyu opened this issue 2 years ago • 0 comments

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.

Taronyu avatar Jun 13 '22 17:06 Taronyu