#clock #radio #embedded-hal-driver

no-std dcf77

A platform agnostic driver to decode a DCF77 radio clock signal

1 unstable release

Uses old Rust 2015

0.1.0 May 29, 2018

#77 in #radio

0BSD license

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

0-clause BSD license.


lib.rs:

A simple GPIO based DCF77 decoder

This driver was built using embedded-hal traits.

No runtime deps