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.
NexPage.h@1:e4163fd9aa4c, 2020-05-04 (annotated)
- Committer:
- franciscodias
- Date:
- Mon May 04 17:52:49 2020 +0000
- Revision:
- 1:e4163fd9aa4c
- Parent:
- 0:67bae57e0b73
1234
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| franciscodias | 0:67bae57e0b73 | 1 | #ifndef __NEXPAGE_H__ |
| franciscodias | 0:67bae57e0b73 | 2 | #define __NEXPAGE_H__ |
| franciscodias | 1:e4163fd9aa4c | 3 | #include "mbed.h" |
| franciscodias | 0:67bae57e0b73 | 4 | #include "NexTouch.h" |
| franciscodias | 0:67bae57e0b73 | 5 | #include "NexHardware.h" |
| franciscodias | 1:e4163fd9aa4c | 6 | #include "Utilities.h" |
| franciscodias | 0:67bae57e0b73 | 7 | |
| franciscodias | 1:e4163fd9aa4c | 8 | uint8_t NexPage_show(struct NexObject *); |
| franciscodias | 0:67bae57e0b73 | 9 | |
| franciscodias | 0:67bae57e0b73 | 10 | #endif /* #ifndef __NEXPAGE_H__ */ |