Mbed Cloud Example Project - LPC546xx (Starting Version)

Fork of mbed-cloud-example-lpc546xx by Mac Lobdell

Revision:
5:e521ea1f4c22
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/board_init.h	Thu Oct 11 14:29:07 2018 +0000
@@ -0,0 +1,12 @@
+#ifndef BOARD_INIT_H
+#define BOARD_INIT_H
+ 
+#include "mbed.h"
+#include "SDBlockDevice.h"
+#include "FATFileSystem.h"
+#include "EthernetInterface.h"
+
+void setup_sd_card_and_fs(void);
+void setup_ethernet(void);
+    
+#endif
\ No newline at end of file