1

PIC Programing with JAL Project-001: making flasher circuit using pic16f84A

project001project001-jaledit
include 16f84_4
include jlib

pin_b0_direction = output -- make pinb0 output

 forever loop             -- start loop

 pin_b0 = high    -- make pinb0 1
 delay_1s         -- wait one second
 pin_b0 = low     -- make pinb0 0
 delay_1s         -- wait one second

end loop                  -- end loop
Also, you can use this short code;
include 16f84_4
include jlib

pin_b3 = ! pin_b3
delay_1s
end loop
project001-proteus proje001-expproje001-bench Rar file consist of HEX code,proteus simulation file, jal file
Click the button to see the Rapidshare links… No password

Related posts:

  1. PIC Programing with JAL Project-002: making button controled flasher circuit using 16f84A
  2. PIC Programing with JAL Project-003: Shift lights with shift register.
  3. PIC16F84A temel assembly kod şablonu.
  4. PIC16F84A assembly komutları.
  5. Arduino ile karaşimşek devresi
0.0/60votes
Voting statistics:
RatePercentageVotes
60%0
50%0
40%0
30%0
20%0
10%0
Click to share thisClick to share this