Release ads1x1x driver crate (#176)

pull/178/head
Diego Barrios Romero 5 years ago committed by Daniel Egger
parent 81682c7f71
commit c428adf517

@ -343,6 +343,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
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)
21. [ADXL343] - I2C - 3-axis accelerometer - ![crates.io](https://img.shields.io/crates/v/adxl343.svg)
22. [TMP1x2] - I2C - TMP102 and TMP112x temperature sensor driver - [Intro blog post][22] ![crates.io](https://img.shields.io/crates/v/tmp1x2.svg)
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)
[L3GD20]: https://crates.io/crates/l3gd20
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
@ -406,6 +407,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
[TMP1x2]: https://crates.io/crates/tmp1x2
[22]: https://blog.eldruin.com/tmp1x2-temperature-sensor-driver-in-rust/
[ADS1x1x]: https://crates.io/crates/ads1x1x
[23]: https://blog.eldruin.com/ads1x1x-analog-to-digital-converter-driver-in-rust/
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
keyword on crates.io!
@ -461,7 +465,6 @@ Work in progress drivers. Help the authors make these crates awesome!
- [MAX44009] - I2C - Ambient light sensor - ![crates.io](https://img.shields.io/crates/v/max44009.svg)
- [TCS3472] - I2C - RGB color light sensor - ![crates.io](https://img.shields.io/crates/v/tcs3472.svg)
- [DS323x] - I2C/SPI - Real-time clocks (RTC): DS3231, DS3232 and DS3234 - ![crates.io](https://img.shields.io/crates/v/ds323x.svg)
- [ADS1x1x] - I2C - 12/16-bit ADCs like ADS1013, ADS1015, ADS1115, etc. - ![crates.io](https://img.shields.io/crates/v/ads1x1x.svg)
- [pwm-pca9685] - I2C - 16-channel, 12-bit PWM/Servo/LED controller - ![crates.io](https://img.shields.io/crates/v/pwm-pca9685.svg)
- [AS5048A] - SPI - AMS AS5048A Magnetic Rotary Encoder
- [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!
[MAX44009]: https://crates.io/crates/max44009
[TCS3472]: https://crates.io/crates/tcs3472
[DS323x]: https://crates.io/crates/ds323x
[ADS1x1x]: https://crates.io/crates/ads1x1x
[pwm-pca9685]: https://crates.io/crates/pwm-pca9685
[AS5048A]: https://github.com/uwearzt/as5048a
[HM11]: https://crates.io/crates/hm11

Loading…
Cancel
Save