mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2026-04-28 04:47:38 -05:00
Merge #326
326: Add cd74hc4067 driver r=eldruin a=barafael repo here: https://github.com/barafael/cd74hc4067-rs I also added a github link for hc12-at-rs repo. Thanks :) Co-authored-by: Rafael Bachmann <rafael.bachmann.93@gmail.com>
This commit is contained in:
@@ -552,6 +552,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
||||
1. [AT86RF212] - SPI - Low power IEEE 802.15.4-2011 ISM RF Transceiver - [Intro blog post][36] - 
|
||||
1. [BlueNRG] - SPI - driver for BlueNRG-MS Bluetooth module - [Intro post][15] 
|
||||
1. [BNO055] - I2C - Bosch Sensortec BNO055 9-axis IMU driver - [Intro post][18] 
|
||||
1. [CD74HC4067] - GPIO - 16-channel digital and analog multiplexer - [Intro blog post][55] - [github][54] - 
|
||||
1. [dht-sensor] - 1-Wire - DHT11/DHT22 temperature/humidity sensor driver - [github][48] - 
|
||||
1. [DRV8825] - DRV8825 Stepper Motor Driver (based on [Stepper]) - [Intro blog post][52] - 
|
||||
1. [DS1307] - I2C - Real-time clock driver - [Intro blog post][13] - 
|
||||
@@ -559,7 +560,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
||||
1. [embedded-ccs811] - I2C - Gas and VOC sensor driver for monitoring indoor air quality - [Intro blog post][49] - 
|
||||
1. [embedded-sdmmc] - SPI - SD/MMC Card Driver with MS-DOS Partition and FAT16/FAT32 support - [Intro post][20] 
|
||||
1. [ENC28J60] - SPI - Ethernet controller - [Intro blog post][4] - 
|
||||
1. [HC-12] - SERIAL - Wireless serial transceiver module - 
|
||||
1. [HC-12] - SERIAL - Wireless serial transceiver module - [Intro blog post][56] - [github][53] - 
|
||||
1. [HTS221] - I2C - Humidity and temperature sensor - [Intro blog post][7] - 
|
||||
1. [IIS2MDC] - I2C - ST's High accuracy, ultra-low-power, 3-axis digital output magnetometer - 
|
||||
1. [ISM330DHCX] - I2C - ST's IMU with 3D accelerometer, 3D gyroscope, ML core and more - 
|
||||
@@ -653,6 +654,10 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
||||
[50]: https://nitschinger.at/Rusty-PID-Porting-the-TSic-sensor-from-C-to-Rust/
|
||||
[51]: https://blog.a1w.ca/p/rust-embedded-driver-microchip-23x-sram
|
||||
[52]: https://flott-motion.org/news/announcing-step-dir/
|
||||
[53]: https://github.com/barafael/hc12-at-rs
|
||||
[54]: https://github.com/barafael/cd74hc4067-rs
|
||||
[55]: https://barafael.github.io/A-Platform-Agnostic-Driver-for-the-CD74HC4067
|
||||
[56]: https://barafael.github.io/A-Platform-Agnostic-Driver-for-the-HC12-serial-radio-module/
|
||||
|
||||
[AD983x]: https://crates.io/crates/ad983x
|
||||
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
|
||||
@@ -819,6 +824,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||
[BMI160]: https://crates.io/crates/bmi160
|
||||
[BMP280]: https://crates.io/crates/bmp280-ehal
|
||||
[CC1101]: https://crates.io/crates/cc1101
|
||||
[CD74HC4067]: https://crates.io/crates/cd74hc4067
|
||||
[DS3231]: https://github.com/wose/ds3231
|
||||
[DS3234]: https://github.com/rust-embedded/wg/issues/39#issuecomment-375262785
|
||||
[DS323x]: https://crates.io/crates/ds323x
|
||||
|
||||
Reference in New Issue
Block a user