Revision: 1506
Author: bvwelch
Date: Fri Nov 27 15:49:54 2009
Log: fix 200ms delay

http://code.google.com/p/jallib/source/detail?r=1506

Modified:
  /trunk/sample/16f819_canopen_mcp2515_txhb.jal

=======================================
--- /trunk/sample/16f819_canopen_mcp2515_txhb.jal       Fri Nov 20 13:34:51 2009
+++ /trunk/sample/16f819_canopen_mcp2515_txhb.jal       Fri Nov 27 15:49:54 2009
@@ -1,6 +1,7 @@
  -- Title: TX test of CANopen library and external can_mpc2515 controller
  -- Author: William Welch Copyright (c) 2009, all rights reserved.
--- Compiler: 2.4
+-- Sponsored by: Fiwihex www.fiwihex.com
+-- Compiler: 2.4m
  --
  -- This file is part of jallib (http://jallib.googlecode.com)
  -- Released under the ZLIB license  
(http://www.opensource.org/licenses/zlib-license.html)
@@ -35,10 +36,10 @@
  include canopen

  for 3 loop
-  led = on
-  delay_200ms
-  led = off
-  delay_200ms
+   led = on
+   delay_100ms(2)
+   led = off
+   delay_100ms(2)
  end loop


--

You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en.


Reply via email to