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
Diff: main.cpp
- Revision:
- 6:9e4f4a8c1829
- Parent:
- 4:e7ca62a11595
- Child:
- 8:81743e1228a7
diff -r 04b5c5242bbf -r 9e4f4a8c1829 main.cpp
--- 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
+}
Austin Blackstone
