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: net 1-wire lpc1768 crypto clock web fram log
Diff: heating/program.h
- Revision:
- 48:6eac12df3ad5
- Parent:
- 47:229338b3adcb
--- a/heating/program.h Tue Apr 23 18:47:47 2019 +0000 +++ b/heating/program.h Fri Apr 26 16:40:19 2019 +0000 @@ -1,12 +1,13 @@ #include <stdbool.h> -extern int ProgramGetDay (int i); extern void ProgramSetDay (int i, int value); -extern int ProgramGetNewDayHour(void ); extern void ProgramSetNewDayHour( int value); +extern int ProgramGetDay (int i); extern void ProgramSetDay (int i, int value); +extern int ProgramGetNewDayHour(void ); extern void ProgramSetNewDayHour( int value); -extern void ProgramToString(int i, int buflen, char* buffer); -extern void ProgramParse (int i, char* text); +extern void ProgramToString(int i, int buflen, char* buffer); +extern void ProgramSendAjax(void); +extern void ProgramParse (int i, char* text); -extern bool ProgramTimerOutput; +extern bool ProgramTimerOutput; -extern int ProgramMain(void); -extern int ProgramInit(void); \ No newline at end of file +extern int ProgramMain(void); +extern int ProgramInit(void); \ No newline at end of file