Author: jsuijs
Date: Mon Apr 13 23:37:30 2009
New Revision: 926
Modified:
trunk/include/peripheral/adc/adc_hardware.jal
Log:
typo
Modified: trunk/include/peripheral/adc/adc_hardware.jal
==============================================================================
--- trunk/include/peripheral/adc/adc_hardware.jal (original)
+++ trunk/include/peripheral/adc/adc_hardware.jal Mon Apr 13 23:37:30 2009
@@ -49,9 +49,9 @@
-- --
-- -- now take a sample
-- -- read high resolution, channel 0
--- var_word=ADC_read(0)
+-- var_word=adc_read(0)
-- -- read low resolution, channel 0
--- var_byte=ADC_read_low_res(0)
+-- var_byte=adc_read_low_res(0)
--
-- --
-----------------------------------------------------------------------------
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---