Skip to content

Commit c1a5330

Browse files
committed
Add released MCP794xx RTC driver
1 parent e769b40 commit c1a5330

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
404404
23. [ADS1x1x] - I2C - 12/16-bit ADCs like ADS1013, ADS1015, ADS1115, etc. - [Intro blog post][23] - ![crates.io](https://img.shields.io/crates/v/ads1x1x.svg)
405405
24. [KXCJ9] - I2C - KXCJ9/KXCJB 3-axis accelerometers - [Intro blog post][24] - ![crates.io](https://img.shields.io/crates/v/kxcj9.svg)
406406
25. [AD983x] - SPI - AD9833/AD9837 waveform generators / DDS - [Intro blog post][25] - ![crates.io](https://img.shields.io/crates/v/ad983x.svg)
407+
26. [MCP794xx] - I2C - Real-time clock / calendar driver compatible with the whole MCP794xx family - [Intro blog post][26] - ![crates.io](https://img.shields.io/crates/v/mcp794xx.svg)
407408

408409
[L3GD20]: https://crates.io/crates/l3gd20
409410
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
@@ -476,6 +477,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
476477
[AD983x]: https://crates.io/crates/ad983x
477478
[25]: https://blog.eldruin.com/ad983x-waveform-generator-dds-driver-in-rust/
478479

480+
[MCP794xx]: https://crates.io/crates/mcp794xx
481+
[26]: https://blog.eldruin.com/mcp794xx-real-time-clock-rtc-driver-in-rust/
482+
479483

480484
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
481485
keyword on crates.io!

0 commit comments

Comments
 (0)