SEDO subject project

Dependencies:   ds3231 mbed-rtos mbed DHT

Committer:
ValenSalLop
Date:
Mon May 08 17:13:57 2017 +0000
Revision:
10:f14f47225091
Parent:
9:5e9c4277151d
RTOS errors fix

Who changed what in which revision?

UserRevisionLine numberNew 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