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.
Dependencies: SX1276Lib AdaFruit_RGBLCD MCP23017 mbed
Fork of AdaFruit_RGBLCD by
Diff: Modules/DateModule.h
- Revision:
- 31:2c813f321db7
- Parent:
- 30:6b0785d23528
- Child:
- 32:a2472bbe7c92
--- a/Modules/DateModule.h Tue Jun 16 11:56:16 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-#ifndef __DATEMODULE_H__
-#define __DATEMODULE_H__
-
-#include "module.h"
-#include "RTclock.h"
-
-class DateModule
- : public Module
-{
-public:
- DateModule
- (
- Serial & in_cDisplay,
- RTclock & in_cRTclock
- );
- virtual ~DateModule();
-
- virtual bool canRefresh() { return true; }
- virtual void change
- (
- size_t in_nIndex,
- bool in_bUp
- );
- virtual int getCursorOffset(size_t & inout_nIndex);
- virtual void show(bool in_bRefresh);
-
-protected:
- RTclock & m_cRTclock;
- tm m_sLastTM;
-};
-
-#endif /* __DATEMODULE_H__ */
