Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of WiflyInterface by
Diff: Wifly/Wifly.h
- 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,
