From 3039597d56fbd05a4cd4c2180266bf90ba75f7fb Mon Sep 17 00:00:00 2001 From: Niklas Cathor Date: Sun, 29 Oct 2023 12:01:50 +0100 Subject: [PATCH] Add ad9850 crate to WIP drivers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b6cc18b..75c0eb1 100644 --- a/README.md +++ b/README.md @@ -992,6 +992,7 @@ keyword on crates.io! Work in progress drivers. Help the authors make these crates awesome! +1. [AD9850] - Embedded driver for the AD9850 DDS synthesizer chip - ![crates.io](https://img.shields.io/crates/v/ad9850.svg) 1. [AFE4400] - SPI - Pulse oximeter 1. [APDS9960] - I2C - Proximity, ambient light, RGB and gesture sensor - ![crates.io](https://img.shields.io/crates/v/apds9960.svg) 1. [AS5048A] - SPI - AMS AS5048A Magnetic Rotary Encoder @@ -1085,6 +1086,7 @@ Work in progress drivers. Help the authors make these crates awesome! 1. [ublox-cellular-rs] - Serial - Cellular driver for the full Ublox cellular serial based family 1. [atwinc1500-rs] - SPI - A host driver for the Atwinc1500 network controller +[AD9850]: https://crates.io/crates/ad9850 [AFE4400]: https://github.com/ReeceStevens/afe4400 [APDS9960]: https://crates.io/crates/apds9960 [AS5048A]: https://github.com/uwearzt/as5048a