SEDO subject project
Dependencies: ds3231 mbed-rtos mbed DHT
real_time_clock.h@12:1d544cdab2cf, 2017-05-15 (annotated)
- Committer:
- ValenSalLop
- Date:
- Mon May 15 18:30:20 2017 +0000
- Revision:
- 12:1d544cdab2cf
- Parent:
- 10:f14f47225091
final;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ValenSalLop | 9:5e9c4277151d | 1 | #ifndef RTC_H |
ValenSalLop | 9:5e9c4277151d | 2 | #define RTC_H |
ValenSalLop | 9:5e9c4277151d | 3 | |
ValenSalLop | 10:f14f47225091 | 4 | #include "ds3231.h" |
ValenSalLop | 10:f14f47225091 | 5 | |
ValenSalLop | 9:5e9c4277151d | 6 | extern Ds3231 rtc; |
ValenSalLop | 9:5e9c4277151d | 7 | extern int setupRTC(void); |
ValenSalLop | 9:5e9c4277151d | 8 | |
ValenSalLop | 9:5e9c4277151d | 9 | #endif |