Hi guys, Is there any plan around there for a delay library dedicated to low speed PICs ? This means, when clock is lower than 4MHz ? Current delay.jal lib uses _usec_delay's compiler instruction, which is, IIRC, only valid when clock >= 4MHz.
I know there have been discussion about this in jallist, even saying *not* to use delay.jal (and use _usec_delay, which is not more accurate I guess), but I'm also in the ADC refactoring and discovered some things I would qualified as "hacks" about this, approximating Tad delay when target is <= 312.5 KHz. With conditional compilation and warnings/error statements, we could include this new lib to delay.jal, this would be transparent to users. Just some thoughts... Cheers, Seb -- Sébastien Lelong http://www.sirloon.net http://sirbot.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
