LoRa-BLE-Sensor
|
This is a library to keep track of sensor ids and sensor power ids. As well as the configuration for sensors and sensor power. This is to keep track of how many power configurations or sensor configurations a specific board may have. More...
Go to the source code of this file.
Enumerations | |
enum | sensor_id { SENSOR_1 = 0 , SENSOR_2 , SENSOR_INDEX_LIMIT } |
Sensor identifiers. | |
enum | sensor_types { NULL_SENSOR = 0 , VOLTAGE_SENSOR , CURRENT_SENSOR , PULSE_SENSOR , SENSOR_TYPE_LIMIT } |
Types of sensors that can be configured. | |
enum | sensor_power_id { SENSOR_POWER_1 = 0 , SENSOR_POWER_2 , SENSOR_POWER_INDEX_LIMIT } |
Sensor power identifiers. | |
enum | sensor_voltage { SENSOR_VOLTAGE_OFF = 0 , SENSOR_VOLTAGE_3V3 , SENSOR_VOLTAGE_5V , SENSOR_VOLTAGE_6V , SENSOR_VOLTAGE_12V , SENSOR_VOLTAGE_24V , SENSOR_VOLTAGE_INDEX_LIMIT } |
Voltage levels for sensor power. | |
This is a library to keep track of sensor ids and sensor power ids. As well as the configuration for sensors and sensor power. This is to keep track of how many power configurations or sensor configurations a specific board may have.