mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00

Add support for MCP9808 precision temp sensor. Implements all features except for TCrit and TUpper and TLower locking. Functionality includes alert, interrupt, resolution and hysteresis control. Signed-off-by: Marc Graham <marc@m2ag.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
6 lines
170 B
CMake
6 lines
170 B
CMake
set (libname "mcp9808")
|
|
set (libdescription "upm mcp9808 Precision I2c temperature sensor")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|