It can learn and transmit signals of infrared communication.

Files at this revision

API Documentation at this revision

Comitter:
shimotoriharuki
Date:
Mon Mar 11 06:52:42 2019 +0000
Parent:
0:2d87ed532eff
Commit message:
IR

Changed in this revision

IR_Communication.h Show annotated file Show diff for this revision Revisions of this file
--- a/IR_Communication.h	Mon Mar 11 06:46:13 2019 +0000
+++ b/IR_Communication.h	Mon Mar 11 06:52:42 2019 +0000
@@ -9,7 +9,7 @@
 
 class IR_Comm{
     public:
-        IR_Comm(PinName IR_in, PinName IR_out, const int data_size); //InterruptIn PwmOut
+        IR_Comm(PinName IR_in, PinName IR_out, const int data_size); //(PinName of InterruptIn, PinName of PwmOut, Data size of array)
         
         void IR_send(int *);
         void IR_data_reset(int *);