Monitor motorhome leisure battery and provide simple control of habitation

Dependencies:   net lpc1768 crypto clock web fram log

Committer:
andrewboyson
Date:
Sun Apr 18 19:05:35 2021 +0000
Revision:
3:b96c6f6bbffc
Parent:
0:b843d647695c
Child:
9:d957af50fdc2
Added WIZ module to control WIZ lights.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 0:b843d647695c 1 extern void WebNavThis(int page);
andrewboyson 0:b843d647695c 2
andrewboyson 0:b843d647695c 3 #define HOME_PAGE 100
andrewboyson 0:b843d647695c 4 #define PROGRAM_PAGE 101
andrewboyson 0:b843d647695c 5 #define RADIATOR_PAGE 102
andrewboyson 0:b843d647695c 6 #define BOILER_PAGE 103
andrewboyson 0:b843d647695c 7 #define SYSTEM_PAGE 104
andrewboyson 0:b843d647695c 8 #define ONE_WIRE_PAGE 105
andrewboyson 3:b96c6f6bbffc 9 #define WIZ_PAGE 106