ds2413: Initial implementation
This adds initial support for the DS2413 Dual Channel Addressable Switch. This is a Dallas Semiconductor 1-wire compliant device providing access to 2 open-drain GPIOs. https://learn.adafruit.com/adafruit-1-wire-gpio-breakout-ds2413/overview This driver requires One-Wire over UART support in MRAA (PR #415) which is not yet merged. Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
5
src/ds2413/CMakeLists.txt
Normal file
5
src/ds2413/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set (libname "ds2413")
|
||||
set (libdescription "upm DS2413 1-wire Dual Channel Addressable Switch module")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
||||
Reference in New Issue
Block a user