RealtimeCompLab2

Dependencies:   mbed

Fork of PPP-Blinky by Nicolas Nackel

Revision:
142:54d1543e23e5
Child:
144:01d98cf7738e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PPP-Blinky/ppp-blinky.h	Mon Aug 28 18:47:48 2017 +0000
@@ -0,0 +1,11 @@
+/// ppp-blinky.h
+
+#include "mbed.h"
+#include "sha1.h"
+#include "BufferedSerial.h"
+
+void initialize();
+int connected();
+void scanForConnectString();
+void waitForPppFrame();
+void determinePacketType();
\ No newline at end of file