mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-05-05 14:44:42 +00:00
commit
bbe77d7bde
1 changed files with 4 additions and 0 deletions
|
@ -266,6 +266,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
|||
11. [TSL256X] - I2C - Light Intensity Sensor - [Intro blog post][11] - 
|
||||
12. [EEPROM24x] - I2C - 24x series serial EEPROM driver - [Intro blog post][12] - 
|
||||
13. [DS1307] - I2C - Real-time clock driver - [Intro blog post][13] - 
|
||||
14. [keypad] - GPIO - Keypad matrix circuits - [Intro post][14] - 
|
||||
|
||||
[L3GD20]: https://crates.io/crates/l3gd20
|
||||
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
|
||||
|
@ -303,6 +304,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
|||
[DS1307]: https://crates.io/crates/ds1307
|
||||
[13]: https://blog.eldruin.com/ds1307-real-time-clock-rtc-driver-in-rust/
|
||||
|
||||
[keypad]: https://crates.io/crates/keypad
|
||||
[14]: https://www.reddit.com/r/rust/comments/9j42o9/weekly_driver_keypad_matrix_circuits/
|
||||
|
||||
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
|
||||
keyword on crates.io!
|
||||
|
||||
|
|
Loading…
Reference in a new issue