MSP430g2553
ALL DOCUMENTATION BELOW
Playing with IR receiver (IR Library from Energia) and RGB led. I cant write analog values to my RGB led without breaking the program.
I connected the three outputs to analogWrite capable pins. All works great when writing 0 or 255 but the library stop working well when i try to write other value to make the color less bright.
Then i read about timers and PWM. I notice my library use Timer1_A so i need to connect leds to pins capable of analog writing but using Timer0_A.
These pins were three, but one is RXD of Serial and messed things up.
So I changed