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
restart-this.c
00001 #include "restart.h" 00002 #include "restart-this.h" 00003 00004 const char* RestartThisGetZoneString() 00005 { 00006 switch (RestartGetLastCause()) 00007 { 00008 case RESTART_ZONE_NTP_CLIENT: return "NTP" ; 00009 case RESTART_ZONE_VALUES : return "Values" ; 00010 case RESTART_ZONE_ONE_WIRE : return "1-wire" ; 00011 case RESTART_ZONE_DEVICE : return "Device" ; 00012 case RESTART_ZONE_HEATING : return "Heating"; 00013 default : return "Unknown"; 00014 } 00015 }
Generated on Tue Jul 12 2022 18:50:15 by
