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: EthernetInterface IFTTT mbed-rtos mbed
Revision 1:99b0c3e836d6, committed 2016-03-27
- Comitter:
- ytsuboi
- Date:
- Sun Mar 27 10:52:50 2016 +0000
- Parent:
- 0:a8dedd1df78f
- Commit message:
- changed Value 1.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Mar 27 10:37:06 2016 +0000
+++ b/main.cpp Sun Mar 27 10:52:50 2016 +0000
@@ -17,6 +17,6 @@
IFTTT ifttt("EventName","SecurityKey", &socket); // EventName, Secret Key, socket to use
// Send Data using POST
- ifttt.addIngredients("20 - 30"); //Value1
+ ifttt.addIngredients("hogehoge"); //Value1
ifttt.trigger(IFTTT_POST);
}