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.c
00001 #include "hall-pb.h" 00002 #include "hall-led.h" 00003 #include "program.h" 00004 #include "radiator.h" 00005 #include "boiler.h" 00006 #include "hot-water.h" 00007 00008 void HeatingMain() 00009 { 00010 HallPbMain(); 00011 HallLedMain(); 00012 ProgramMain(); 00013 RadiatorMain(); 00014 BoilerMain(); 00015 } 00016 void HeatingInit() 00017 { 00018 HallPbInit(); 00019 HallLedInit(); 00020 BoilerInit(); 00021 RadiatorInit(); 00022 ProgramInit(); 00023 HotWaterInit(); 00024 }
Generated on Tue Jul 12 2022 18:50:15 by
