|
Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
|
Header file for extended sensor API of HX711 sensor. More...
#include <zephyr/drivers/sensor.h>Go to the source code of this file.
Enumerations | |
| enum | sensor_channel_hx711 { SENSOR_CHAN_HX711_MASS = SENSOR_CHAN_PRIV_START } |
| Custom sensor channels for HX711. More... | |
| enum | sensor_attribute_hx711 { SENSOR_ATTR_HX711_CONV_FACTOR = SENSOR_ATTR_PRIV_START , SENSOR_ATTR_HX711_OFFSET = SENSOR_ATTR_PRIV_START + 1 } |
| Custom sensor attributes for HX711. More... | |
| enum | hx711_gain { HX711_GAIN_64 , HX711_GAIN_128 } |
| Gain options for the next read operation. More... | |
Header file for extended sensor API of HX711 sensor.