ds1302-rs

DS1302 real time clock-calendar platform agnostic driver

# About

DS1302 is a real time clock/calendar (RTCC) chip, which communicates with SPI interface.
The device provides seconds, minutes, hours, day, date, month, and year information. Driver is based on [embedded-hal] traits.

Datasheet: DS1302

## Hardware requirements - Very importand: SPI frame format with LSB transmitted first! - SPI speed less than 2 MHz - CPOL: CK to 0 when idle, CPHA: the first clock transition is the first data capture edge - Default 8-bit data frame format is selected for transmission/reception

## Stm32 BluePill board connected to I2C oled display with DS1302 RTCC

More in -> https://github.com/Nekspire/ds1302-rs/tree/master/examples

## The driver allows to:

Copyright © 2020 Nekspire

Dual licensed under your choice of either of: