IoT用クラウドサービス「Ambient」と心拍センサーを使った心拍モニターです。心拍センサー「Pulse Sensor Amped」の値をmbed「Simple IoT Board」で読み、「Ambient」に送信してモニターします。 https://ambidata.io
Dependencies: AmbientLib SimpleIoTBoardLib mbed
Diff: main.cpp
- Revision:
- 2:dd2248c73ad5
- Parent:
- 0:16d0c9ce5afb
--- a/main.cpp Mon Jun 06 07:09:34 2016 +0000 +++ b/main.cpp Mon Jun 06 11:57:17 2016 +0000 @@ -15,7 +15,7 @@ unsigned int channelId = 100; const char* writeKey = "ライトキー"; -AMBIENT ambient; +Ambient ambient; extern void interruptSetup();
Takehiko Shimojima