test
Dependencies: AmbientLib SimpleIoTBoardLib mbed
Fork of AmbientHeartRateMonitor by
Revision 5:018a96030e83, committed 2018-04-19
- Comitter:
- aramon
- Date:
- Thu Apr 19 05:50:47 2018 +0000
- Parent:
- 4:ec1aa2beefce
- Commit message:
- test
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r ec1aa2beefce -r 018a96030e83 main.cpp --- a/main.cpp Mon Jun 13 12:08:40 2016 +0000 +++ b/main.cpp Thu Apr 19 05:50:47 2018 +0000 @@ -9,12 +9,12 @@ #include "SoftSerialSendOnry.h" #include "Ambient.h" -ESP8266Interface wifi(dp16,dp15,dp4,"ssid","password",115200); // TX,RX,Reset,SSID,Password,Baud +ESP8266Interface wifi(dp16,dp15,dp4,".KSUISIC-12621-2","0926735432",115200); // TX,RX,Reset,SSID,Password,Baud SoftSerialSendOnry pc(dp10); -unsigned int channelId = 100; -const char* writeKey = "ライトキー"; +unsigned int channelId = 3920; +const char* writeKey = "7b76d2af7cd9d0da"; Ambient ambient; extern void interruptSetup();