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.
Revision 0:115ba5204628, committed 2019-05-30
- Comitter:
- hamaint
- Date:
- Thu May 30 09:34:04 2019 +0000
- Commit message:
- experience CFR 2019;
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/RemoteIR.lib Thu May 30 09:34:04 2019 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/Wimpie/code/RemoteIR/#62d8d73b3c38
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Thu May 30 09:34:04 2019 +0000
@@ -0,0 +1,15 @@
+#include "mbed.h"
+#include "TransmitterIR.h"
+
+TransmitterIR led(D9);
+
+int main() {
+ uint8_t buf = 42;
+ while(1)
+ {
+ wait_ms(500);
+ led.setData(RemoteIR::SONY,&buf,8);
+ }
+
+}
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Thu May 30 09:34:04 2019 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400 \ No newline at end of file