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/page.h
- Revision:
- 56:f6e814fe0159
- Parent:
- 46:1822fdbe6c0c
- Child:
- 57:8fa31ff4e773
--- a/page/page.h Tue Mar 05 16:57:03 2019 +0000 +++ b/page/page.h Wed Mar 06 11:43:29 2019 +0000 @@ -29,7 +29,7 @@ extern void PageAddTextInput (char* action, float width, char* label, float labelwidth, char* name, float inputwidth, char* value); extern void PageAddIntInput (char* action, float width, char* label, float labelwidth, char* name, float inputwidth, int value); extern void PageAddHexInput (char* action, float width, char* label, float labelwidth, char* name, float inputwidth, char value0, char value1); -extern void PageAddCheckInput (char* action, char* label, char* name, char* button); +extern void PageAddCheckInput (char* action, char* label, float labelwidth, char* name, char* button); extern void PageAddAjaxToggle (float labelwidth, char* label, char* id, char* request); extern void PageAddAjaxInput (float labelwidth, char* label, float inputwidth, char* id, char* request);