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.
Fork of ELEC351 by
Diff: sample_hardware.hpp
- Revision:
- 41:859b5e1e3d9a
- Parent:
- 37:7c4d7f206039
- Child:
- 48:244d6d81bb52
--- a/sample_hardware.hpp Sun Jan 07 23:01:38 2018 +0000 +++ b/sample_hardware.hpp Mon Jan 08 14:20:30 2018 +0000 @@ -10,7 +10,7 @@ #include "FATFileSystem.h" #include "LCD.hpp" -enum ELEC350_ERROR_CODE {OK, FATAL}; +enum ELEC350_ERROR_CODE {OK, NETWORK_FATAL,FATAL};//Error Codes extern DigitalOut onBoardLED; extern DigitalOut redLED;