
demo of the murata wifi chip. This demo tries to connect to an open wifi access point and prints out all the relevant information about the connection. It then scans all wifi access points nearby and reports their information.
Dependencies: SNICInterface mbed-rtos mbed
Fork of SNIC-xively-jumpstart-demo by
Revision 6:9e4f4a8c1829, committed 2013-09-20
- Comitter:
- Ilya Dmitrichenko
- Date:
- Fri Sep 20 11:13:47 2013 +0100
- Parent:
- 5:04b5c5242bbf
- Child:
- 8:81743e1228a7
- Commit message:
- Add missing `)` in a comment
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Jun 26 11:55:36 2013 +0000 +++ b/main.cpp Fri Sep 20 11:13:47 2013 +0100 @@ -10,7 +10,7 @@ #include "MMA7660.h" #include "LM75B.h" -#define XI_FEED_ID 123 // set Xively Feed ID (numerical, no quoutes +#define XI_FEED_ID 123 // set Xively Feed ID (numerical, no quoutes) #define XI_API_KEY "T4KXAH_dasgw1PWBPc3fdsfsdgsdy-dUc4ND0g" // set Xively API key (double-quoted string) #include "C12832_lcd.h" @@ -153,4 +153,4 @@ wait( 15.0 ); } -} \ No newline at end of file +}