STM32_Teo

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:
    1. 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!
    
    1. Call The "RC5_100usTimer" function exactly every 100us
    1. Create New global RC5Struct object or allocate memory for this object in your main function/file
    1. Call Init Function in main with pointer to object created in step 3
    1. Read the Received data with function "RC5_ReadNormal" -- RC5_ReadNormal(&RC5Device,&RC5_RecDat) */