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@3:1f17245afc88, 2016-05-14 (annotated)
- Committer:
- Jacinta
- Date:
- Sat May 14 17:01:22 2016 +0000
- Revision:
- 3:1f17245afc88
- Parent:
- 2:0b8065489409
- Child:
- 4:597291e88109
- Child:
- 7:ed4a10ebe720
....
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 | 2:0b8065489409 | 4 | #include "log.h" |
| Jacinta | 2:0b8065489409 | 5 | #include <vector> |
| Jacinta | 2:0b8065489409 | 6 | |
| Jacinta | 2:0b8065489409 | 7 | using std::vector; |
| Jacinta | 2:0b8065489409 | 8 | |
| Jacinta | 0:1eaebb55408a | 9 | #define QUEUESIZE 120 |
| Jacinta | 0:1eaebb55408a | 10 | |
| Jacinta | 0:1eaebb55408a | 11 | class UserMethods |
| Jacinta | 0:1eaebb55408a | 12 | { |
| Jacinta | 2:0b8065489409 | 13 | public: |
| Jacinta | 2:0b8065489409 | 14 | static void logging(const void*); |
| Jacinta | 3:1f17245afc88 | 15 | static void readAllData(const void*); |
| Jacinta | 3:1f17245afc88 | 16 | static void readNData(const void*); |
| Jacinta | 0:1eaebb55408a | 17 | }; |
| Jacinta | 0:1eaebb55408a | 18 | |
| Jacinta | 0:1eaebb55408a | 19 | #endif |
