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.
Dependencies: TI_ADS1220 ESP8266 mbed
Fork of BMI160Test by
Revision 6:494622e9e701, committed 2016-10-20
- Comitter:
- firewalk
- Date:
- Thu Oct 20 04:31:10 2016 +0000
- Parent:
- 5:96fff32333e8
- Commit message:
- v1
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Oct 20 04:27:46 2016 +0000
+++ b/main.cpp Thu Oct 20 04:31:10 2016 +0000
@@ -127,7 +127,7 @@
wifi.RcvReply(rcv, 1000); //receive a response from ESP
pc.printf("%s",rcv); //Print the response onscreen
pc.printf("Conneting to AP\r\n");
- wifi.Join("cbv", "26141916"); // Your wifi username & Password
+ wifi.Join("SSID", "PASSWORD"); // Your wifi username & Password
wifi.RcvReply(rcv, 1000); //receive a response from ESP
pc.printf("%s", rcv); //Print the response onscreen
wait(8); //waits for response from ESP
