Microchip Language Jal Doc E0001.JAL

-- 
-- 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: 2025年9月25日 06:51,
40.74.122.252:LOG IN

©2025 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! / MAKE!

<A HREF="http://massmind.org/techref/microchip/language/jal/doc/e0001.jal"> microchip language jal doc e0001</A>

Did you find what you needed?

Welcome to massmind.org!

Welcome to massmind.org!

.

AltStyle によって変換されたページ (->オリジナル) /