Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of rtc_class by
DateString.h
00001 #include "mbed.h" 00002 #include "const.h" 00003 #include "RTC8563.h" 00004 #include "string" 00005 #include "Date.h" 00006 00007 #ifndef DATESTRING_H 00008 #define DATESTRRING_H 00009 00010 class DateString : public Date 00011 { 00012 public: 00013 uint8_t GetDay(); 00014 }; 00015 00016 #endif
Generated on Mon Jul 25 2022 14:22:31 by
1.7.2
