Skip to content

0.4.0

Latest

Choose a tag to compare

@Anders429 Anders429 released this 17 Jun 19:12
· 2 commits to master since this release

Added

  • Clock::read_date() method for reading the current date by itself.
  • Clock::write_date() method for changing only the date.
  • Error::NotEnabled error variant to indicate the GPIO communication with the RTC is not properly enabled.

Fixed

  • All interactions with the RTC now check that the GPIO port is enabled, fixing issues with disabled reads being interpreted as correct values.