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.
Dependents: IoT_Ex BatteryModelTester BatteryModelTester
Fork of WiflyInterface by
Diff: Wifly/Wifly.h
- Revision:
- 31:2846355deb7e
- Parent:
- 30:2c704a72d88a
- Child:
- 32:ab206f7f5090
--- a/Wifly/Wifly.h Wed May 04 22:09:22 2016 +0000 +++ b/Wifly/Wifly.h Mon May 09 11:39:08 2016 +0000 @@ -33,6 +33,9 @@ #include "CBuffer.h" #define DEFAULT_WAIT_RESP_TIMEOUT 500 +// Connection command register: +#define CC_ASSOCIATION 0x0010 +#define CC_AUTHENTICATION 0x0020 extern Serial pc;