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
heating/program.h@48:6eac12df3ad5, 2019-04-26 (annotated)
- Committer:
- andrewboyson
- Date:
- Fri Apr 26 16:40:19 2019 +0000
- Revision:
- 48:6eac12df3ad5
- Parent:
- 47:229338b3adcb
Moved 1-wire to its own library
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| andrewboyson | 0:3c04f4b47041 | 1 | #include <stdbool.h> |
| andrewboyson | 0:3c04f4b47041 | 2 | |
| andrewboyson | 48:6eac12df3ad5 | 3 | extern int ProgramGetDay (int i); extern void ProgramSetDay (int i, int value); |
| andrewboyson | 48:6eac12df3ad5 | 4 | extern int ProgramGetNewDayHour(void ); extern void ProgramSetNewDayHour( int value); |
| andrewboyson | 0:3c04f4b47041 | 5 | |
| andrewboyson | 48:6eac12df3ad5 | 6 | extern void ProgramToString(int i, int buflen, char* buffer); |
| andrewboyson | 48:6eac12df3ad5 | 7 | extern void ProgramSendAjax(void); |
| andrewboyson | 48:6eac12df3ad5 | 8 | extern void ProgramParse (int i, char* text); |
| andrewboyson | 0:3c04f4b47041 | 9 | |
| andrewboyson | 48:6eac12df3ad5 | 10 | extern bool ProgramTimerOutput; |
| andrewboyson | 0:3c04f4b47041 | 11 | |
| andrewboyson | 48:6eac12df3ad5 | 12 | extern int ProgramMain(void); |
| andrewboyson | 48:6eac12df3ad5 | 13 | extern int ProgramInit(void); |