Ladies and Gentlemen,

I have a small problem: I need to display the volume of water that is being fed by a flow transducer to PIC16F877A.The transducer outputs square pulses at 65 pulses per litre,meaning 1 pulse= 0.0154 litres.I can successfully read 65pulses/litre and display on LCD sreen.However,I need more accuracy than that,so I need to count at resolution of 1l1pulse per litre.Now the problem is the floating points.
I need help using Div32 to count and display
Thank you

Clinton