Skip to content

Commit f520ccd

Browse files
authored
Merge pull request #9 from danielgallagher0/patch-1
Release HTS221
2 parents 66d8aaf + af97113 commit f520ccd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
147147
4. [ENC28J60] - SPI - Ethernet controller - [Intro blog post][4]
148148
5. [MCP3425] - I2C - 16-bit ADC - [Intro blog post][5]
149149
6. [SGP30] - I2C - Gas sensor - [Intro blog post][6]
150+
7. [HTS221] - I2C - Humidity and temperature sensor - [Intro blog post][7]
150151

151152
[L3GD20]: https://crates.io/crates/l3gd20
152153
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
@@ -163,6 +164,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
163164
[SGP30]: https://crates.io/crates/sgp30
164165
[6]: https://blog.dbrgn.ch/2018/4/1/rust-sgp30-driver/
165166

167+
[HTS221]: https://crates.io/crates/hts221
168+
[7]: https://medium.com/@pdanielgallagher/hts221-humidity-and-temperature-sensor-88056ea9e5fa
169+
166170
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
167171
keyword on crates.io!
168172

@@ -186,7 +190,6 @@ Work in progress drivers. Help the authors make these crates awesome!
186190
- [SSD1306] - I2C - OLED display driver
187191
- [ILI9341] - SPI - TFT LCD display
188192
- [HD44780] - Parallel port - LCD controller
189-
- [HTS221] - I2C - Humidity and temperature sensor
190193
- [MCP9808] - I2C - Temperature sensor
191194
- [MMA7660FC] - I2C - 3-axis accelerometer
192195
- [AXP209] - I2C - Power management unit
@@ -214,7 +217,6 @@ Work in progress drivers. Help the authors make these crates awesome!
214217
[SSD1306]: https://github.com/jamwaffles/ssd1306
215218
[ILI9341]: https://github.com/yuri91/ili9341-rs
216219
[HD44780]: http://github.com/kunerd/clerk
217-
[HTS221]: https://github.com/danielgallagher0/hts221
218220
[MCP9808]: https://crates.io/crates/mcp9808
219221
[MMA7660FC]: https://github.com/rahul-thakoor/mma7660fc
220222
[PCD8544]: https://github.com/pcein/pcd8544

0 commit comments

Comments
 (0)