LoRa-BLE-Sensor
Loading...
Searching...
No Matches
Enumerations
sensor_id.h File Reference

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...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.

Author
Tyler Garcia
Version
0.1
Date
2025-04-28