Damien Frost / WiflyInterfaceMessaging

Fork of WiflyInterface by Damien Frost

Revision:
12:1aaea7f302e6
Parent:
9:f2439377c172
Child:
15:eaa1ec0e26bf
diff -r fc3d86645d23 -r 1aaea7f302e6 Wifly/Wifly.h
--- a/Wifly/Wifly.h	Tue Jun 03 18:43:14 2014 +0000
+++ b/Wifly/Wifly.h	Thu Feb 18 12:05:53 2016 +0000
@@ -24,6 +24,8 @@
  * http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Wireless/WiFi/WiFly-RN-UM.pdf
  */
 
+
+
 #ifndef WIFLY_H
 #define WIFLY_H
 
@@ -32,6 +34,8 @@
 
 #define DEFAULT_WAIT_RESP_TIMEOUT 500
 
+extern Serial pc;
+
 enum Security {
     NONE = 0,
     WEP_128 = 1,