Code APP3

Dependencies:   mbed EthernetInterface WebSocketClient mbed-rtos BufferedSerial

Fork of APP3_Lab by Jean-Philippe Fournier

Revision:
3:a07b74f94890
Child:
5:9e6a09a38785
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/parser.h	Sat Sep 30 18:20:19 2017 +0000
@@ -0,0 +1,10 @@
+/***
+*   parser.h - Lecture du fichier de configuration du coordinatuer - fouj1807 - mcgj2701
+*/
+
+#include "mbed.h"
+
+char PanID[10], URL[10];
+LocalFileSystem local("local");
+
+void ReadFile();