mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 10:21:19 +03:00
hwxpxx: Initial implementation
This module implements support for the Veris HWXPHTX Hardware Protocol Humidity and Temperature Sensor family. It uses MODBUS over an RS485 interface. This module was developed using libmodbus 3.1.2, and the Veris HWXPHTX. This sensor supports humidity, and optionally, temperature, slider switch, and override switch reporting. The HWXPHTX used to develop this driver did not include the optional slider or override switches, however support for them is provided. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
fc7bfc113a
commit
a5fd4a2c10
@ -235,6 +235,7 @@ add_example (ads1x15)
|
||||
if (MODBUS_FOUND)
|
||||
include_directories(${MODBUS_INCLUDE_DIRS})
|
||||
add_example (t3311)
|
||||
add_example (hwxpxx)
|
||||
endif()
|
||||
add_example (hdxxvxta)
|
||||
|
||||
|
Reference in New Issue
Block a user