PIC Programing with JAL Project-002: making button controled flasher circuit using 16f84A
Gönderen: Seçkin Burak Cengiz · Yorum yap.
![]()
include 16f84_4 include jlib pin_a0_direction = input -- make pina0 input pin_b0_direction = output -- make pinb0 output forever loop -- start loop if pin_a0 == high then -- if pina0=1 then do pin_b0 = high -- make pinb0 1 delay_1s -- wait one second pin_b0 = low -- make pinb0 0 delay_1s -- wait one second end if -- end if end loop -- end loop
![]()
![]()
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-003: Shift lights with shift register.
- Three Proven Techniques for Improving Embedded Software Performance
- Ultimate Alliance 2 Brush Pack
- JALEdit + JAL Source Codes Download and step by step installation


Yorumlar