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: X_NUCLEO_IKS01A1-f255a2c75ecb mbed-rtos mbed
Diff: userMethods.h
- Revision:
- 0:1eaebb55408a
- Child:
- 2:0b8065489409
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/userMethods.h Fri May 13 18:03:08 2016 +0000
@@ -0,0 +1,15 @@
+#ifndef USERMETHODS_H
+#define USERMETHODS_H
+
+#define QUEUESIZE 120
+
+class UserMethods
+{
+public:
+ static int deleteN(int n);
+ static int deleteAll();
+ bool setDate();
+ bool setTime();
+};
+
+#endif
\ No newline at end of file
