-- -- name : e0001.jal -- author : Wouter van Ooijen -- date : 21-Sep-1998 -- purpose : jal example -- -- This program flashes a LED on pin A0 -- target configuration: 16f84 with 10 Mhz Xtal include 16f84_10 -- standard library include jlib -- configure pin A0 as output pin_a0_direction = output -- endless loop forever loop -- LED on pin_a0 = on -- wait a second delay_1s -- LED off pin_a0 = off -- wait 1 second again delay_1s -- repeat ad infinitum end loop
file: /Techref/microchip/language/jal/doc/e0001.jal, 0KB, , updated: 1998/12/23 13:18, local time: 2024/11/9 14:32,
3.145.94.125:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/microchip/language/jal/doc/e0001.jal"> microchip language jal doc e0001</A> |
Did you find what you needed? |