Author: eur.van.andel
Date: Mon Oct 6 16:28:38 2008
New Revision: 364
Modified:
trunk/unvalidated/include/external/co2/t6603_co2.jal
Log:
some changes to co2 lib
Modified: trunk/unvalidated/include/external/co2/t6603_co2.jal
==============================================================================
--- trunk/unvalidated/include/external/co2/t6603_co2.jal (original)
+++ trunk/unvalidated/include/external/co2/t6603_co2.jal Mon Oct 6
16:28:38 2008
@@ -163,10 +163,10 @@
-- returns status byte. bit_0 = error, bit_1 = warmup,
-- bit_2 = calibration, bit_3 = idle
function get_co2_status() return byte is
-var byte response[7] -- serial number is 15 ASCII bytes, others
shorter
-var byte n -- index for response[]
-var word counter -- for timeout
-var byte char
+ var byte response[7] -- serial number is 15 ASCII bytes, others
shorter
+ var byte n -- index for response[]
+ var word counter -- for timeout
+ var byte char
serial_hw_write(FLAG)
serial_hw_write(BRDCST)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---