Code APP3

Dependencies:   mbed EthernetInterface WebSocketClient mbed-rtos BufferedSerial

Fork of APP3_Lab by Jean-Philippe Fournier

Committer:
JayMcGee
Date:
Sat Sep 30 18:20:19 2017 +0000
Revision:
3:a07b74f94890
Child:
5:9e6a09a38785
Added a Parser ( Test )

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JayMcGee 3:a07b74f94890 1 /***
JayMcGee 3:a07b74f94890 2 * parser.h - Lecture du fichier de configuration du coordinatuer - fouj1807 - mcgj2701
JayMcGee 3:a07b74f94890 3 */
JayMcGee 3:a07b74f94890 4
JayMcGee 3:a07b74f94890 5 #include "mbed.h"
JayMcGee 3:a07b74f94890 6
JayMcGee 3:a07b74f94890 7 char PanID[10], URL[10];
JayMcGee 3:a07b74f94890 8 LocalFileSystem local("local");
JayMcGee 3:a07b74f94890 9
JayMcGee 3:a07b74f94890 10 void ReadFile();