Hi Albert,
> > Can I now make the changes within the pinmap.py file to add the missing pin > aliases for the 16f72X family? Yes. You can follow my last wiki page: http://code.google.com/p/jallib/wiki/UpdatingPinmap > > If so, is that the only file I have to change I think 16f72X has ANS bits, not PCFG bits, so you may not have to update "adc/adc_pcfg.py". If I'm wrong, you'll have to. > and which scripts do I need to > run? python extract_pininfos.py then, for adc lib, in "tools": make adclib then check new adc_channels.jal in "include/peripheral/adc" or if you can't "make", go to "/tools/adc" then: python adc_channels_generator.py (you may need to adjust PYTHONPATH variable as I stated in one of my previous emails) move the resulting adc_channels.jal file to "include/peripheral/adc" Finally, in order to have pin_ANx_direction aliases available, Rob will have to generate a new version of device files, based on new pinmap_pinsuffix.json Thanks for your help, let me know if you have troubles. Feel free to "just" feed pinmap.py, I'll do the rest if you want. Cheers, Seb --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
