@@ -147,6 +147,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
147
147
4 . [ ENC28J60] - SPI - Ethernet controller - [ Intro blog post] [ 4 ]
148
148
5 . [ MCP3425] - I2C - 16-bit ADC - [ Intro blog post] [ 5 ]
149
149
6 . [ SGP30] - I2C - Gas sensor - [ Intro blog post] [ 6 ]
150
+ 7 . [ HTS221] - I2C - Humidity and temperature sensor - [ Intro blog post] [ 7 ]
150
151
151
152
[ L3GD20 ] : https://crates.io/crates/l3gd20
152
153
[ LSM303DLHC ] : https://crates.io/crates/lsm303dlhc
@@ -163,6 +164,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
163
164
[ SGP30 ] : https://crates.io/crates/sgp30
164
165
[ 6 ] : https://blog.dbrgn.ch/2018/4/1/rust-sgp30-driver/
165
166
167
+ [ HTS221 ] : https://crates.io/crates/hts221
168
+ [ 7 ] : https://medium.com/@pdanielgallagher/hts221-humidity-and-temperature-sensor-88056ea9e5fa
169
+
166
170
* NOTE* You may be able to find even more driver crates by searching for the [ ` embedded-hal-driver ` ]
167
171
keyword on crates.io!
168
172
@@ -186,7 +190,6 @@ Work in progress drivers. Help the authors make these crates awesome!
186
190
- [ SSD1306] - I2C - OLED display driver
187
191
- [ ILI9341] - SPI - TFT LCD display
188
192
- [ HD44780] - Parallel port - LCD controller
189
- - [ HTS221] - I2C - Humidity and temperature sensor
190
193
- [ MCP9808] - I2C - Temperature sensor
191
194
- [ MMA7660FC] - I2C - 3-axis accelerometer
192
195
- [ AXP209] - I2C - Power management unit
@@ -214,7 +217,6 @@ Work in progress drivers. Help the authors make these crates awesome!
214
217
[ SSD1306 ] : https://github.com/jamwaffles/ssd1306
215
218
[ ILI9341 ] : https://github.com/yuri91/ili9341-rs
216
219
[ HD44780 ] : http://github.com/kunerd/clerk
217
- [ HTS221 ] : https://github.com/danielgallagher0/hts221
218
220
[ MCP9808 ] : https://crates.io/crates/mcp9808
219
221
[ MMA7660FC ] : https://github.com/rahul-thakoor/mma7660fc
220
222
[ PCD8544 ] : https://github.com/pcein/pcd8544
0 commit comments