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

Merge announce booleans into the corresponding enumerations (DST, leap second) #35

Closed rene0 closed 6 years ago

rene0 commented 6 years ago

Not a good idea, the announcements are orthogonal to the processing/error state, merging them would duplicate the number of enumeration values.