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

Move UI-like code out of library #36

Open rene0 opened 6 years ago

rene0 commented 6 years ago

The process_input and post_process_input callbacks for example are probably better implemented as a separate thread instead of as callbacks. This also cleans up the library a bit. Check other nullable callbacks too.