
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: logo.h
- Revision:
- 15:abc12b228291
- Parent:
- 11:bdf601a405fc
--- a/logo.h Mon May 26 06:28:29 2014 +0000 +++ b/logo.h Tue May 27 01:36:56 2014 +0000 @@ -50,6 +50,6 @@ lcd.cls(); lcd.print_bm(xively_logo, 24, i); lcd.copy_to_lcd(); - wait(0.1); + wait(0.01); } } \ No newline at end of file