PIC Programing with JAL Project-003: Shift lights with shift register.
There are some photos in project003 : Rar file consist of HEX code,proteus simulation file, jal file![]()
[php]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[/php]
![]()
![]()
![]()
Click the button to see the Rapidshare links… No password
Related posts:




0%