Automatic hardware selection logic.
Automatic Driver Selection | |
Resolves the low-level driver implementation based on ACTIVE_TEMP_SENSOR_TYPE. This allows the user to switch Temperature Sensor devices by changing a single configuration value in userDef.h.
| |
| #define | TEMP_SENSOR_CTRL TEMP_EMC1413_ADDR |
| I2C Address for the currently selected RTC (PCF8523). | |
| #define | TEMP_SENSOR_DRIVER emc1413_driver |
| #define TEMP_SENSOR_CTRL TEMP_EMC1413_ADDR |
#include <temp_sensor_config.h>
I2C Address for the currently selected RTC (PCF8523).
Definition at line 50 of file temp_sensor_config.h.
| #define TEMP_SENSOR_DRIVER emc1413_driver |
#include <temp_sensor_config.h>
Definition at line 51 of file temp_sensor_config.h.