Hi,
I'm having problems programming a 16F84 to receive instructions from a remote. The main functions should be:
- with the power button it should turn on and off the 2 leds;
- button1 should turn on and off the first led;
- button2 should turn on and off the second led;
- and button + should increase and decrease the intensity of both led's, by pushing or pulling it.
The main code is attached with the IR code too.
Can anyone help me out with this??