youpi

Dependencies:   mbed RemoteIR

Files at this revision

API Documentation at this revision

Comitter:
hamaint
Date:
Thu May 30 09:34:04 2019 +0000
Commit message:
experience CFR 2019;

Changed in this revision

RemoteIR.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r 115ba5204628 RemoteIR.lib
--- /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
diff -r 000000000000 -r 115ba5204628 main.cpp
--- /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);    
+    }
+    
+}
+
diff -r 000000000000 -r 115ba5204628 mbed.bld
--- /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