-- -- 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 14:18, local time: 2010/3/21 04:15,
38.107.191.111:LOG IN
|
| ©2010 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? Please DO link to this page! Digg it! <A HREF="http://www.piclist.com/techref/microchip/language/jal/doc/e0001.jal"> microchip language jal doc e0001</A> |
| Did you find what you needed? |
|
|
The only consistant, simple to use yet powerful development environment. It simulates real-world devices via virtual component "plugins" (LED,LCD,key,motor,TV,etc) in real time, has a syntax highlighting editor, macro assembler and disassembler. Regular updates and third-party plugins keep this software ahead of any other PIC IDE. |
.