mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
sht1x: Initial implementation
This driver was developed with a DFRobot SHT10 Temperature and Humidity sensor. This driver should work on all SHT1X devices. It requires a 10K pull-up resistor connected to the data pin. The sensor can be run at differing voltages from 2.5v to 5v. Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -118,6 +118,7 @@ add_example (moisture)
|
||||
add_example (led)
|
||||
add_example (ds18b20)
|
||||
add_example (dfrec)
|
||||
add_example (sht1x)
|
||||
|
||||
# Custom examples
|
||||
add_custom_example (nmea_gps_i2c-example-c nmea_gps_i2c.c nmea_gps)
|
||||
|
Reference in New Issue
Block a user