mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-02-02 20:02:19 +00:00
DS1307 driver is now finished.
This commit is contained in:
parent
1c8c433503
commit
4d161a3976
1 changed files with 4 additions and 2 deletions
|
@ -264,6 +264,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
|||
10. [shift-register-driver] - GPIO - Shift register - [Intro blog post][10] - ![crates.io](https://img.shields.io/crates/v/shift-register-driver.svg)
|
||||
11. [TSL256X] - I2C - Light Intensity Sensor - [Intro blog post][11] - ![crates.io](https://img.shields.io/crates/v/tsl256x.svg)
|
||||
12. [EEPROM24x] - I2C - 24x series serial EEPROM driver - [Intro blog post][12] - ![crates.io](https://img.shields.io/crates/v/eeprom24x.svg)
|
||||
13. [DS1307] - I2C - Real-time clock driver - [Intro blog post][13] - ![crates.io](https://img.shields.io/crates/v/ds1307.svg)
|
||||
|
||||
[L3GD20]: https://crates.io/crates/l3gd20
|
||||
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
|
||||
|
@ -298,6 +299,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
|||
[EEPROM24x]: https://crates.io/crates/eeprom24x
|
||||
[12]: https://blog.eldruin.com/24x-serial-eeprom-driver-in-rust/
|
||||
|
||||
[DS1307]: https://crates.io/crates/ds1307
|
||||
[13]: https://blog.eldruin.com/ds1307-real-time-clock-rtc-driver-in-rust/
|
||||
|
||||
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
|
||||
keyword on crates.io!
|
||||
|
||||
|
@ -343,7 +347,6 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
- [OneWire] - 1wire - OneWire protocol implementation with drivers for devices such as [DS18B20](https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf) - ![crates.io](https://img.shields.io/crates/v/onewire.svg)
|
||||
- [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)
|
||||
- [DS1307] - I2C - Real-time clock driver - ![crates.io](https://img.shields.io/crates/v/ds1307.svg)
|
||||
- [PCF857x] - I2C - I/O expanders: PCF8574, PCF8574A, PCF8575 ![crates.io](https://img.shields.io/crates/v/pcf857x.svg)
|
||||
- [eink-waveshare] - SPI - driver for E-Paper Modules from Waveshare
|
||||
- [BlueNRG] - SPI - driver for BlueNRG-MS Bluetooth module. ![crates.io](https://img.shields.io/crates/v/bluenrg.svg)
|
||||
|
@ -384,7 +387,6 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
[OneWire]: https://crates.io/crates/onewire
|
||||
[SSD1322]: https://crates.io/crates/ssd1322
|
||||
[GridEYE]: https://github.com/uwearzt/grideye
|
||||
[DS1307]: https://crates.io/crates/ds1307
|
||||
[PCF857x]: https://crates.io/crates/pcf857x
|
||||
[eink-waveshare]: https://crates.io/crates/eink_waveshare_rs
|
||||
[BlueNRG]: https://crates.io/crates/bluenrg
|
||||
|
|
Loading…
Reference in a new issue