WORD TYPE gives a whole number ranging from 0 to 65535.<BR>
How can we overcome this limit ?<BR>
It would be good to have a BIGGERWORD TYPE to handle the larger range I get using CCP1 when measuring from 100 to 6000 RPM
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Try starting with a high prescale value for low RPM's. Then poll the RPM value. Use conditonal statements to change the prescale value, for best resolution, for a given range of RPM's.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
WORD TYPE gives a whole number ranging from 0 to 65535.<BR>
How can we overcome this limit ?<BR>
It would be good to have a BIGGERWORD TYPE to handle the larger range I get using CCP1 when measuring from 100 to 6000 RPM
Try starting with a high prescale value for low RPM's. Then poll the RPM value. Use conditonal statements to change the prescale value, for best resolution, for a given range of RPM's.