Monitor motorhome leisure battery and provide simple control of habitation

Dependencies:   net lpc1768 crypto clock web fram log

Committer:
andrewboyson
Date:
Fri Jun 10 18:32:21 2022 +0000
Revision:
10:a97a7cb7aa82
Parent:
9:d957af50fdc2
Corrected amp second count in html

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 0:b843d647695c 1 #include <stdint.h>
andrewboyson 0:b843d647695c 2 #include <stdbool.h>
andrewboyson 0:b843d647695c 3
andrewboyson 0:b843d647695c 4 extern void WebHomeHtml (void );
andrewboyson 0:b843d647695c 5
andrewboyson 9:d957af50fdc2 6 extern void WebBatteryHtml (void );
andrewboyson 9:d957af50fdc2 7 extern void WebBatteryQuery (char* pQuery);
andrewboyson 9:d957af50fdc2 8 extern void WebBatteryAjax (void );
andrewboyson 9:d957af50fdc2 9 extern void WebBatteryScript (void );
andrewboyson 9:d957af50fdc2 10 extern const char* WebBatteryScriptDate ;
andrewboyson 9:d957af50fdc2 11 extern const char* WebBatteryScriptTime ;
andrewboyson 0:b843d647695c 12
andrewboyson 0:b843d647695c 13 extern void WebSystemHtml (void );
andrewboyson 0:b843d647695c 14 extern void WebSystemQuery (char* pQuery);
andrewboyson 0:b843d647695c 15 extern void WebSystemAjax (void );
andrewboyson 0:b843d647695c 16 extern void WebSystemScript (void );
andrewboyson 0:b843d647695c 17 extern const char* WebSystemScriptDate ;
andrewboyson 0:b843d647695c 18 extern const char* WebSystemScriptTime ;