mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
ds18b20: Add a C implementation and inprove documentation
This commit adds a C implementation for the DS18B20. The C++ implementation was untouched (ie: it does not wrap the C implementation). This can be done in the future if desired. In addition, add an ascii-schematic to both the .h and .hpp files to better illustrate how to wire up the DS 1-wire interface for the UART. Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -116,6 +116,7 @@ add_example (tsl2561)
|
||||
add_example (collision)
|
||||
add_example (moisture)
|
||||
add_example (led)
|
||||
add_example (ds18b20)
|
||||
|
||||
# Custom examples
|
||||
add_custom_example (nmea_gps_i2c-example-c nmea_gps_i2c.c nmea_gps)
|
||||
|
Reference in New Issue
Block a user