Go to the source code of this file.
Temperature Sensor Configuration and Driver Selection.
This file automatically selects the correct I2C address and driver structure based on the user-defined ACTIVE_TEMP_SENSOR_TYPE.
Definition in file temp_sensor_config.h.
Macros | |
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 |