Author: robhamerling
Date: Thu Apr 16 11:17:02 2009
New Revision: 932

Modified:
    trunk/doc/html/devicefiles.html

Log:

  Minor updates (for ADC-groups)



Modified: trunk/doc/html/devicefiles.html
==============================================================================
--- trunk/doc/html/devicefiles.html     (original)
+++ trunk/doc/html/devicefiles.html     Thu Apr 16 11:17:02 2009
@@ -107,7 +107,7 @@
  function libraries.
  For convenience reasons every device file contains a procedure to
  disable all analog modules of the PIC and to change all pins which are
-analog by default to digital mode: enable_digital_io().
+analog by default to digital I/O: enable_digital_io().

  <p>The defaults for the configuration bits may be slightly different
  than their specifications in the datasheet.
@@ -683,7 +683,10 @@

  <ul>

-<p>Bank switching functions are not needed with JalV2 and do not appear in
+<li>The naming convention of ports and subfields maybe different, you may
+have to convert the other libraries.
+
+<li>Bank switching functions are not needed with JalV2 and do not appear in
  the device files.
  This may cause compile-time errors when using programs or libraries which
  still use these procedures.
@@ -695,10 +698,16 @@
  This may cause confusion or even conflicts because the register and bit
  names are not always identical to those in the datasheets!
  Apart from that, MPLAB is not errorfree, consequently include files  
generated
-from this source cannot be guaranteed to be errorfree either!
+from this source cannot expected to be errorfree either!

-<li>The naming convention of ports and subfields maybe different, you may
-have to convert the other libraries.
+<li>The device files contain some information for specific function
+libraries to make life of function library builders easier.
+For example a constant 'ADC_GROUP' is declared and assigned a value.
+This value can be used by ADC libraries to handle groups of PICs
+similarly and groups of other PICs differently.
+This grouping is inspired by the Microchip MCC18 compiler.
+
+</ul>

  </body>
  </html>

--~--~---------~--~----~------------~-------~--~----~
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