Marco-Krahl opened a new pull request #3474:
URL: https://github.com/apache/incubator-nuttx/pull/3474


   ## Summary
   This adds a sensor driver for the hyt271, hyt221, and hyt939 sensor module 
from
   vendor iST (Innovative Sensor Technology). This sensor type is connected via 
i2c
   bus and allows the measurement of relative humidity and temperature.
   
   Each driver instance supports two different character device for each type
   (/dev/sensor/tempX and /dev/sensor/humiX).
   
   This driver also supports changing the i2c address of one connected sensor on
   the bus. This requires a callback to the platform-specific board logic which
   must ensure a power-on reset.
   
   Optional the driver allows setting up a read interval for fetching sensor 
data.
   This is done by a worker thread and can be useful when watching several 
sensors
   via poll() by the userspace application.
   
   ## Impact
   Sensor subsystem
   
   ## Testing
   stm32f103-minimum (Bluepill) connected on I2C bus number 2 (PB10 and PB11).
   
   Signed-off-by: Marco Krahl [email protected]
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to