1 unstable release
Uses old Rust 2015
0.1.0 | May 29, 2018 |
---|
#78 in #radio
17KB
426 lines
dcf77
dcf77 contains a state machine to identify a DCF77 signal fed in to a regular GPIO pin. It also contains a decoder for the received signal into date/time values.
The driver is hardware independent and can e.g. be used with microcontrollers and any implementation of an embedded-hal crate.
License
lib.rs
:
A simple GPIO based DCF77 decoder
This driver was built using embedded-hal
traits.