PIC Programing with JAL Project-003: Shift lights with shift register.
Gönderen: Seçkin Burak Cengiz · Yorum yap.
![]()
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
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:
- PIC Programing with JAL Project-001: making flasher circuit using pic16f84A
- PIC Programing with JAL Project-002: making button controled flasher circuit using 16f84A
- Three Proven Techniques for Improving Embedded Software Performance
- Microsoft Robotics Developer Studio 2008 R2 Express Edition
- PIC16F84A temel assembly kod şablonu.


Yorumlar