@@ -343,6 +343,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
343
343
20 . [ embedded-sdmmc] - SPI - SD/MMC Card Driver with MS-DOS Partition and FAT16/FAT32 support - [ Intro post] [ 20 ] ![ crates.io] ( https://img.shields.io/crates/v/embedded-sdmmc.svg )
344
344
21 . [ ADXL343] - I2C - 3-axis accelerometer - ![ crates.io] ( https://img.shields.io/crates/v/adxl343.svg )
345
345
22 . [ TMP1x2] - I2C - TMP102 and TMP112x temperature sensor driver - [ Intro blog post] [ 22 ] ![ crates.io] ( https://img.shields.io/crates/v/tmp1x2.svg )
346
+ 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 )
346
347
347
348
[ L3GD20 ] : https://crates.io/crates/l3gd20
348
349
[ LSM303DLHC ] : https://crates.io/crates/lsm303dlhc
@@ -406,6 +407,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
406
407
[ TMP1x2 ] : https://crates.io/crates/tmp1x2
407
408
[ 22 ] : https://blog.eldruin.com/tmp1x2-temperature-sensor-driver-in-rust/
408
409
410
+ [ ADS1x1x ] : https://crates.io/crates/ads1x1x
411
+ [ 23 ] : https://blog.eldruin.com/ads1x1x-analog-to-digital-converter-driver-in-rust/
412
+
409
413
410
414
* NOTE* You may be able to find even more driver crates by searching for the [ ` embedded-hal-driver ` ]
411
415
keyword on crates.io!
@@ -461,7 +465,6 @@ Work in progress drivers. Help the authors make these crates awesome!
461
465
- [ MAX44009] - I2C - Ambient light sensor - ![ crates.io] ( https://img.shields.io/crates/v/max44009.svg )
462
466
- [ TCS3472] - I2C - RGB color light sensor - ![ crates.io] ( https://img.shields.io/crates/v/tcs3472.svg )
463
467
- [ DS323x] - I2C/SPI - Real-time clocks (RTC): DS3231, DS3232 and DS3234 - ![ crates.io] ( https://img.shields.io/crates/v/ds323x.svg )
464
- - [ ADS1x1x] - I2C - 12/16-bit ADCs like ADS1013, ADS1015, ADS1115, etc. - ![ crates.io] ( https://img.shields.io/crates/v/ads1x1x.svg )
465
468
- [ pwm-pca9685] - I2C - 16-channel, 12-bit PWM/Servo/LED controller - ![ crates.io] ( https://img.shields.io/crates/v/pwm-pca9685.svg )
466
469
- [ AS5048A] - SPI - AMS AS5048A Magnetic Rotary Encoder
467
470
- [ MAX17048/9] - I2C - LiPo Fuel guage, battery monitoring IC - ![ crates.io] ( https://img.shields.io/crates/v/max17048.svg )
@@ -527,7 +530,6 @@ Work in progress drivers. Help the authors make these crates awesome!
527
530
[ MAX44009 ] : https://crates.io/crates/max44009
528
531
[ TCS3472 ] : https://crates.io/crates/tcs3472
529
532
[ DS323x ] : https://crates.io/crates/ds323x
530
- [ ADS1x1x ] : https://crates.io/crates/ads1x1x
531
533
[ pwm-pca9685 ] : https://crates.io/crates/pwm-pca9685
532
534
[ AS5048A ] : https://github.com/uwearzt/as5048a
533
535
[ HM11 ] : https://crates.io/crates/hm11
0 commit comments