My proposal to receive data from the remote control. I tested this code with the TSOP2236 chip /*How use it?
- Its easy, follow this steps:
-
- Call "RC5_IR_EXTI_GPIO_ReceiveAndDecodeFunction" function on evry falling edge of the Input PIN. For example from External interrupt
-
Its really important to remember about falling edge!
-
- Call The "RC5_100usTimer" function exactly every 100us
-
- Create New global RC5Struct object or allocate memory for this object in your main function/file
-
- Call Init Function in main with pointer to object created in step 3
-
- Read the Received data with function "RC5_ReadNormal" -- RC5_ReadNormal(&RC5Device,&RC5_RecDat) */