0

PIC Programing with JAL Project-003: Shift lights with shift register.

project003_blackboard
project003-jaledit
include 16f84_4
include jlib

port_b_direction = all_output  -- make portB all output

forever loop                -- start forever loop

 port_b = 0b00000001     -- just pinb0=1 the others 0
 for 8 loop                -- start loop for 8 times
 delay_200ms             -- wait 200ms
 port_b = port_b << 1    -- shift one bit every loop
 end loop                  -- end for loop

end loop
project003-proteus project003-k128 project003-ani
There are some photos in project003 : 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-001: making flasher circuit using pic16f84A
  2. PIC Programing with JAL Project-002: making button controled flasher circuit using 16f84A
  3. PIC16F84A temel assembly kod şablonu.
  4. Three Proven Techniques for Improving Embedded Software Performance
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