Automatic hardware selection logic.
Automatic Driver Selection | |
Resolves the low-level driver implementation based on ACTIVE_RTC_TYPE. This allows the user to switch RTC devices by changing a single configuration value in userDef.h.
| |
| #define | RTC_CTRL RTC_PCF8523_ADDR |
| I2C Address for the currently selected RTC (PCF8523). | |
| #define | RTC_DRIVER PCF8523_DRIVER |
| Driver Interface Table for the currently selected RTC (PCF8523). | |
| #define RTC_CTRL RTC_PCF8523_ADDR |
#include <rtc_config.h>
I2C Address for the currently selected RTC (PCF8523).
Definition at line 53 of file rtc_config.h.
| #define RTC_DRIVER PCF8523_DRIVER |
#include <rtc_config.h>
Driver Interface Table for the currently selected RTC (PCF8523).
Definition at line 58 of file rtc_config.h.