rene0 / dcf77pi

Yet another DCF77 decoder. This one is intended for the Raspberry Pi platform but might work on other devices using GPIO pins too.
BSD 2-Clause "Simplified" License
18 stars 6 forks source link

Non root mode? #9

Closed rene0 closed 7 years ago

rene0 commented 7 years ago

Currently dcf77pi requires root to read from the GPIO pin, can this be done differently? For example:

rene0 commented 7 years ago

Solution 1 seems to be the most straight-forward one, and works fine on FreeBSD. Needs to be modified for and tested on Linux.