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:
- 48:244d6d81bb52
- Parent:
- 41:859b5e1e3d9a
- Child:
- 49:d51f96a46cc3
diff -r 6d128e500875 -r 244d6d81bb52 sample_hardware.hpp
--- a/sample_hardware.hpp Mon Jan 08 21:53:40 2018 +0000
+++ b/sample_hardware.hpp Tue Jan 09 00:37:01 2018 +0000
@@ -8,14 +8,14 @@
#endif
#include "SDBlockDevice.h"
#include "FATFileSystem.h"
+#include "LCD_COMMAND.hpp"
#include "LCD.hpp"
+#include "NETWORK.hpp"
+#include "SERIAL_COMMANDS.hpp"
enum ELEC350_ERROR_CODE {OK, NETWORK_FATAL,FATAL};//Error Codes
extern DigitalOut onBoardLED;
-extern DigitalOut redLED;
-extern DigitalOut yellowLED;
-extern DigitalOut greenLED;
extern DigitalIn onBoardSwitch;
extern InterruptIn SW1;
