Pari Boopathy
Newbie level 6
- Joined
- Mar 13, 2014
- Messages
- 14
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 94
I am connecting my IR receiver(Output to VCC and Ground to 7th pin of Port-C) to TM4C123GH6PM Microcontroller.
Whenever i press the button in TV remote,,the IR Receiver which receives the data using Pulse Length Technique..In coding i read the values using this command and store it in array..using CCS Compiler.
c=GPIOPinRead(GPIO_PORTC_BASE,GPIO_INT_PIN_7);
Is this command is enough to read the values from IR receiver?Whether it stores 12-bit(Command-7 bit and Address-5 bit) in that array by reading one time? Reply as soon as possible..
Whenever i press the button in TV remote,,the IR Receiver which receives the data using Pulse Length Technique..In coding i read the values using this command and store it in array..using CCS Compiler.
c=GPIOPinRead(GPIO_PORTC_BASE,GPIO_INT_PIN_7);
Is this command is enough to read the values from IR receiver?Whether it stores 12-bit(Command-7 bit and Address-5 bit) in that array by reading one time? Reply as soon as possible..