mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-12 11:06:48 +00:00
Merge #396
396: Add `ade791x` to driver list r=eldruin a=matteocarnelos I've added the `ade791x` driver crate to the drivers list. I'm the maintainer of the crate. * [Repository](https://github.com/GrepitAB/ade791x-rs) * [Crate](https://crates.io/crates/ade791x) * [Documentation](https://docs.rs/ade791x) Co-authored-by: Matteo Carnelos <matteo.carnelos@studenti.unipd.it>
This commit is contained in:
commit
31e2c86df6
1 changed files with 3 additions and 0 deletions
|
@ -716,6 +716,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
|
|||
|
||||
1. [AD983x] - SPI - AD9833/AD9837 waveform generators / DDS - [Intro blog post][25] - ![crates.io](https://img.shields.io/crates/v/ad983x.svg)
|
||||
1. [adafruit-alphanum4] - I2C - Driver for [Adafruit 14-segment LED Alphanumeric Backpack][29] based on the ht16k33 chip - ![crates.io](https://img.shields.io/crates/v/adafruit-alphanum4.svg)
|
||||
1. [ADE791x] - SPI - ADE7912/ADE7913 3-Channel, Isolated, Sigma-Delta ADC - [github][66] - ![crates.io](https://img.shields.io/crates/v/ade791x.svg)
|
||||
1. [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)
|
||||
1. [ADXL313] - SPI - 3-axis accelerometer - ![crates.io](https://img.shields.io/crates/v/adxl313.svg)
|
||||
1. [ADXL343] - I2C - 3-axis accelerometer - ![crates.io](https://img.shields.io/crates/v/adxl343.svg)
|
||||
|
@ -849,9 +850,11 @@ Otherwise please add it to the [WIP section](#WIP) below.
|
|||
[63]: https://blog.kiranshila.com/blog/pac_rust_driver.md
|
||||
[64]: https://github.com/Finomnis/st7565
|
||||
[65]: https://github.com/dlkj/usbd-human-interface-device
|
||||
[66]: https://github.com/GrepitAB/ade791x-rs
|
||||
|
||||
[AD983x]: https://crates.io/crates/ad983x
|
||||
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
|
||||
[ADE791x]: https://crates.io/crates/ade791x
|
||||
[ADS1x1x]: https://crates.io/crates/ads1x1x
|
||||
[ADXL313]: https://crates.io/crates/adxl313
|
||||
[ADXL343]: https://crates.io/crates/adxl343
|
||||
|
|
Loading…
Reference in a new issue