Recent content by masteredison

  1. M

    How can I make my PIC16F84A code shorter?

    Hello, Im now able to make my own code for the Pic16f84A, but I'd use lots of call delay in it...is there a code that will make it short or more compress.. Thnx,. this is the code: processor 16f84a include <p16f84a.inc> __config _XT_OSC & _WDT_OFF & _PWRTE_ON ; Declare...
  2. M

    How can I make my PIC16F84A code shorter?

    Hello, can someone help me in programming our PIC16F84A, we need to make a program that will show only a three output like a traffic light,..but I am not quite familiar in programming this. I examined a 7 output LED program but i can't figure out what to changed.. I also want to changed the...
Back
Top