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.
Dependents: oldheating gps motorhome heating
Diff: page.h
- Revision:
- 12:237a0f75b4d0
- Parent:
- 2:14de8c14afd9
diff -r 84121d7b47e9 -r 237a0f75b4d0 page.h --- a/page.h Sat Nov 17 17:46:30 2018 +0000 +++ b/page.h Mon Nov 26 12:45:17 2018 +0000 @@ -3,7 +3,9 @@ extern void PageAddHeader (const char* site, const char* title, const char* style, const char* script); extern void PageAddNavItem (int highlight, char* href, char* title); -extern void PageAddNav (int page); //This must be defined outwith the library +extern void PageAddH1 (const char* site, const char* pageName); +extern void PageAddH2 (const char* text); +extern void PageAddEnd (void); extern void PageAddLabelledValue(char* label, float labelwidth, char* value); extern void PageAddLabelledMac (char* label, float labelwidth, char* mac);