SensorLib
0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
Loading...
Searching...
No Matches
RtcDrv.hpp
Go to the documentation of this file.
1
30
#pragma once
31
32
#include "
SensorBuildOpt.h
"
33
34
#if !SENSORLIB_EXCLUDE_PCF8563
35
#include "
time/pcf8563/SensorPCF8563.hpp
"
36
#endif
37
38
#if !SENSORLIB_EXCLUDE_PCF85063
39
#include "
time/pcf85063/SensorPCF85063.hpp
"
40
#endif
41
42
#if !SENSORLIB_EXCLUDE_RTC
43
#include "
time/SensorRtcHelper.hpp
"
44
#include "
time/SensorRTC_POSIX.hpp
"
45
#endif
SensorBuildOpt.h
SensorRTC_POSIX.hpp
SensorRtcHelper.hpp
@license MIT License
SensorPCF85063.hpp
@license MIT License
SensorPCF8563.hpp
@license MIT License
src
RtcDrv.hpp
Generated by
1.9.8