Revision: 3522 Author: robhamerling Date: Tue Apr 29 09:30:21 2014 UTC Log: Fixed missing pin_A3 in several device files. Reason for pin_A3 missing in previous device files: It is the MCLR pin for these PICs and a read-only pin, thus (in most cases) not present in the LATA register specifications of MPLAB-X .pic files from which the pin declarations of the device files are derived.
http://code.google.com/p/jallib/source/detail?r=3522 Modified: /trunk/include/device/10f320.jal /trunk/include/device/10f322.jal /trunk/include/device/10lf320.jal /trunk/include/device/10lf322.jal /trunk/include/device/12f1501.jal /trunk/include/device/12f1571.jal /trunk/include/device/12f1572.jal /trunk/include/device/12f1822.jal /trunk/include/device/12f1840.jal /trunk/include/device/12f752.jal /trunk/include/device/12hv752.jal /trunk/include/device/12lf1501.jal /trunk/include/device/12lf1552.jal /trunk/include/device/12lf1571.jal /trunk/include/device/12lf1572.jal /trunk/include/device/12lf1822.jal /trunk/include/device/12lf1840.jal /trunk/include/device/12lf1840t39a.jal /trunk/include/device/12lf1840t48a.jal /trunk/include/device/16f1454.jal /trunk/include/device/16f1455.jal /trunk/include/device/16f1459.jal /trunk/include/device/16f1503.jal /trunk/include/device/16f1507.jal /trunk/include/device/16f1508.jal /trunk/include/device/16f1509.jal /trunk/include/device/16f1613.jal /trunk/include/device/16f1703.jal /trunk/include/device/16f1704.jal /trunk/include/device/16f1705.jal /trunk/include/device/16f1707.jal /trunk/include/device/16f1708.jal /trunk/include/device/16f1709.jal /trunk/include/device/16f1823.jal /trunk/include/device/16f1824.jal /trunk/include/device/16f1825.jal /trunk/include/device/16f1828.jal /trunk/include/device/16f1829.jal /trunk/include/device/16f1829lin.jal /trunk/include/device/16f753.jal /trunk/include/device/16hv753.jal /trunk/include/device/16lf1454.jal /trunk/include/device/16lf1455.jal /trunk/include/device/16lf1459.jal /trunk/include/device/16lf1503.jal /trunk/include/device/16lf1507.jal /trunk/include/device/16lf1508.jal /trunk/include/device/16lf1509.jal /trunk/include/device/16lf1703.jal /trunk/include/device/16lf1704.jal /trunk/include/device/16lf1705.jal /trunk/include/device/16lf1707.jal /trunk/include/device/16lf1708.jal /trunk/include/device/16lf1709.jal /trunk/include/device/16lf1823.jal /trunk/include/device/16lf1824.jal /trunk/include/device/16lf1824t39a.jal /trunk/include/device/16lf1825.jal /trunk/include/device/16lf1828.jal /trunk/include/device/16lf1829.jal /trunk/include/device/18f13k22.jal /trunk/include/device/18f13k50.jal /trunk/include/device/18f14k22.jal /trunk/include/device/18f14k50.jal -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/jallib. For more options, visit https://groups.google.com/d/optout.
