Author: sebastien.lelong
Date: Wed Jan 21 22:54:56 2009
New Revision: 743
Modified:
trunk/sample/by_device/16f88/16f88_i2c_hw_slave_echo.jal
trunk/sample/by_device/16f88/16f88_i2c_sw_master_echo.jal
Log:
Modified: trunk/sample/by_device/16f88/16f88_i2c_hw_slave_echo.jal
==============================================================================
--- trunk/sample/by_device/16f88/16f88_i2c_hw_slave_echo.jal (original)
+++ trunk/sample/by_device/16f88/16f88_i2c_hw_slave_echo.jal Wed Jan 21
22:54:56 2009
@@ -15,7 +15,7 @@
--
--
--
--- This file has been generated on Wed Jan 21 21:58:00 2009, from:
+-- This file has been generated on Thu Jan 22 07:52:53 2009, from:
-- * board: board_16f88_sl.jal
-- * test : test_i2c_hw_slave_echo.jal
--
Modified: trunk/sample/by_device/16f88/16f88_i2c_sw_master_echo.jal
==============================================================================
--- trunk/sample/by_device/16f88/16f88_i2c_sw_master_echo.jal (original)
+++ trunk/sample/by_device/16f88/16f88_i2c_sw_master_echo.jal Wed Jan 21
22:54:56 2009
@@ -19,7 +19,7 @@
-- Sources:
--
--
--- This file has been generated on Mon Jan 5 07:49:56 2009, from:
+-- This file has been generated on Thu Jan 22 07:52:50 2009, from:
-- * board: board_16f88_sl.jal
-- * test : test_i2c_sw_master_echo.jal
--
@@ -52,7 +52,8 @@
include i2c_software
i2c_initialize()
-var byte i2c_tx_buffer[2]
+const single_byte_tx_buffer = 1
+var byte i2c_tx_buffer[1]
var byte i2c_rx_buffer[1]
include i2c_level1
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---