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
web-nav-this.c
00001 #include "web-add.h" 00002 #include "web-nav-this.h" 00003 00004 void WebNavThis(int page) 00005 { 00006 WebAddNavItem(page == HOME_PAGE, "/", "Home" ); 00007 WebAddNavItem(page == PROGRAM_PAGE, "/program", "Program" ); 00008 WebAddNavItem(page == RADIATOR_PAGE, "/radiator", "Radiator"); 00009 WebAddNavItem(page == BOILER_PAGE, "/boiler", "Boiler" ); 00010 WebAddNavItem(page == SYSTEM_PAGE, "/system", "System" ); 00011 WebAddNavItem(page == ONE_WIRE_PAGE, "/1wire", "1-Wire" ); 00012 }
Generated on Tue Jul 12 2022 18:50:15 by
