SEDO subject project

Dependencies:   ds3231 mbed-rtos mbed DHT

Committer:
ValenSalLop
Date:
Mon May 08 07:20:54 2017 +0000
Revision:
9:5e9c4277151d
Child:
10:f14f47225091
RTOS used

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 9:5e9c4277151d 4 extern Ds3231 rtc;
ValenSalLop 9:5e9c4277151d 5 extern int setupRTC(void);
ValenSalLop 9:5e9c4277151d 6
ValenSalLop 9:5e9c4277151d 7 #endif