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
userMethods.h@0:1eaebb55408a, 2016-05-13 (annotated)
- Committer:
- Jacinta
- Date:
- Fri May 13 18:03:08 2016 +0000
- Revision:
- 0:1eaebb55408a
- Child:
- 2:0b8065489409
.....
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Jacinta | 0:1eaebb55408a | 1 | #ifndef USERMETHODS_H |
| Jacinta | 0:1eaebb55408a | 2 | #define USERMETHODS_H |
| Jacinta | 0:1eaebb55408a | 3 | |
| Jacinta | 0:1eaebb55408a | 4 | #define QUEUESIZE 120 |
| Jacinta | 0:1eaebb55408a | 5 | |
| Jacinta | 0:1eaebb55408a | 6 | class UserMethods |
| Jacinta | 0:1eaebb55408a | 7 | { |
| Jacinta | 0:1eaebb55408a | 8 | public: |
| Jacinta | 0:1eaebb55408a | 9 | static int deleteN(int n); |
| Jacinta | 0:1eaebb55408a | 10 | static int deleteAll(); |
| Jacinta | 0:1eaebb55408a | 11 | bool setDate(); |
| Jacinta | 0:1eaebb55408a | 12 | bool setTime(); |
| Jacinta | 0:1eaebb55408a | 13 | }; |
| Jacinta | 0:1eaebb55408a | 14 | |
| Jacinta | 0:1eaebb55408a | 15 | #endif |
