Skip to content

Commit 643ace7

Browse files
eldruintherealprof
authored andcommitted
Add released AD983x driver (#188)
1 parent fccff05 commit 643ace7

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
@@ -379,6 +379,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
379379
22. [TMP1x2] - I2C - TMP102 and TMP112x temperature sensor driver - [Intro blog post][22] ![crates.io](https://img.shields.io/crates/v/tmp1x2.svg)
380380
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)
381381
24. [KXCJ9] - I2C - KXCJ9/KXCJB 3-axis accelerometers - [Intro blog post][24] - ![crates.io](https://img.shields.io/crates/v/kxcj9.svg)
382+
25. [AD983x] - SPI - AD9833/AD9837 waveform generators / DDS - [Intro blog post][25] - ![crates.io](https://img.shields.io/crates/v/ad983x.svg)
382383

383384
[L3GD20]: https://crates.io/crates/l3gd20
384385
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
@@ -448,6 +449,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
448449
[KXCJ9]: https://crates.io/crates/kxcj9
449450
[24]: https://blog.eldruin.com/kxcj9-kxcjb-tri-axis-mems-accelerator-driver-in-rust/
450451

452+
[AD983x]: https://crates.io/crates/ad983x
453+
[25]: https://blog.eldruin.com/ad983x-waveform-generator-dds-driver-in-rust/
454+
451455

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

0 commit comments

Comments
 (0)