It can learn and transmit signals of infrared communication.

Revision:
1:ecde41301a4d
Parent:
0:2d87ed532eff
--- 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 *);