When I did my windmill controller/logger for 12F675 I had to remove slots to fit in memory. Used timer0_isr_interval.jal for counting pulses for one second period to seet RPM's for windmill. Is a great library, thank you!
Vasi(funlw65) On Apr 9, 11:32 am, Joep Suijs <[email protected]> wrote: > 2010/4/9 William <[email protected]>: > > > Thanks, will do. In fact, the test file may look strangely familiar > > also. :-) > > It does! :) I did not think about that... > > Now I think about it, there are two more things: > - you can use the old library with 0 slots, just have the isr_counter > incremented. Would it be usefull to document how to do this with the > polled version? > - isr_counter is inaccurate for the polled library. Maybe change it to > interval_counter? For the old library, the sample and library should > be changed too and the lib itself should (for compatibilty) have an > alias isr_interval... > > Joep -- 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.
