AT&T M2X example featuring FRDM-K64F and Seed Grove Wifi to stream the Accelerometer X, Y, Z-axis values
Dependencies: ESP8266Interface FXOS8700Q M2XStreamClient jsonlite mbed
Fork of frdm-k64F_Wifi_M2X_Acc by
Revision 6:ec30a917efa8, committed 2016-10-17
- Comitter:
- GregC
- Date:
- Mon Oct 17 21:10:15 2016 +0000
- Parent:
- 5:2f6125e8ee48
- Commit message:
- AT&T M2X example featuring FRDM-K64F and Seed Grove Wifi to stream the Accelerometer X, Y, Z-axis values
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2f6125e8ee48 -r ec30a917efa8 main.cpp --- a/main.cpp Mon Oct 17 21:07:48 2016 +0000 +++ b/main.cpp Mon Oct 17 21:10:15 2016 +0000 @@ -20,7 +20,7 @@ /* * ESP8266 Wifi Config, connect it to D0 on Seeed Grove shield */ -ESP8266Interface wifi(D1,D0,D3,"iPhone6S","12051978",115200); // TX,RX,Reset,SSID,Password,Baud +ESP8266Interface wifi(D1,D0,D3,"wifi SSID","wifi PASSWORD",115200); // TX,RX,Reset,SSID,Password,Baud int main() {