mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-02-02 20:02:19 +00:00
Add WIP driver for the DS1307 real-time clock
This commit is contained in:
parent
7aea1a8e2c
commit
232992cd86
1 changed files with 2 additions and 0 deletions
|
@ -327,6 +327,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
- [SSD1322] - SPI - Graphical OLED display controller - ![crates.io](https://img.shields.io/crates/v/ssd1322.svg)
|
||||
- [GridEYE] - I2C - Rust driver for Grid-EYE / Panasonic AMG88(33)
|
||||
- [AT24Cx] - I2C - Serial EEPROM
|
||||
- [DS1307] - I2C - Real-time clock
|
||||
|
||||
[MFRC522]: https://github.com/japaric/mfrc522
|
||||
[MPU9250]: https://github.com/japaric/mpu9250
|
||||
|
@ -365,6 +366,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
[SSD1322]: https://crates.io/crates/ssd1322
|
||||
[GridEYE]: https://github.com/uwearzt/grideye
|
||||
[AT24Cx]: https://github.com/eldruin/at24cx-rs
|
||||
[DS1307]: https://github.com/eldruin/ds1307-rs
|
||||
|
||||
## no-std crates
|
||||
|
||||
|
|
Loading…
Reference in a new issue