Revision: 1481
Author: [email protected]
Date: Tue Nov 17 21:35:47 2009
Log: added 10ms delay to sd_stop_write procedure per colin at jallist  
http://tech.groups.yahoo.com/group/jallist/message/27415, fixed notes in  
large_array sample.
http://code.google.com/p/jallib/source/detail?r=1481

Modified:
  /trunk/include/external/storage/sd_card/sd_card.jal
  /trunk/sample/18f452_large_array.jal

=======================================
--- /trunk/include/external/storage/sd_card/sd_card.jal Sun Nov  1 20:34:10  
2009
+++ /trunk/include/external/storage/sd_card/sd_card.jal Tue Nov 17 21:35:47  
2009
@@ -299,6 +299,7 @@
    spi_master_hw = 0xFD -- send "stop transmission token"
    sd_set_idle()
    sd_chip_select = high  -- disable the sd card
+  _usec_delay (10_000)
  end procedure

   
--------------------------------------------------------------------------------
=======================================
--- /trunk/sample/18f452_large_array.jal        Tue Nov 10 22:40:48 2009
+++ /trunk/sample/18f452_large_array.jal        Tue Nov 17 21:35:47 2009
@@ -4,7 +4,7 @@
  -- Compiler: >=2.4l
  --
  -- This file is part of jallib (http://jallib.googlecode.com)
--- Released under the ZLIB license  
(http://www.opensource.org/licenses/zlib-license.html)
+-- Released under the BSD license  
(http://www.opensource.org/licenses/bsd-license.php)
  --
  -- Description: This is an example large array for creating an array that
  --              take up more then 256 bytes memory. Tested on 18F devices  
only.

--

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=.


Reply via email to