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: DebouncedInterrupt mbed
Diff: main.cpp
- Revision:
- 2:2f56bf215c89
- Parent:
- 1:03feb0de7f83
diff -r 03feb0de7f83 -r 2f56bf215c89 main.cpp
--- a/main.cpp Fri Apr 18 13:23:51 2014 +0000
+++ b/main.cpp Mon Apr 21 22:46:48 2014 +0000
@@ -19,11 +19,11 @@
etat = !etat;
if (etat == true) {
myled = 1;
- sigfox.printf("AT$ss=1111\r\n");
+ sigfox.printf("AT$ss=FFFF\r\n"); // code pour recevoir "allume" sur le POC Radhius
}
else {
myled = 0;
- sigfox.printf("AT$ss=0000\r\n");
+ sigfox.printf("AT$ss=0000\r\n"); // code pour recevoir "eteint" sur le POC Radhius
}
}