Want to make a MPG display using the Arduino. I will have a
Distance Pulse input and a Fuel Pulse input both will be 5vdc. I am faced with
the following conditions that I do not know how to do. Also I have other routine’s
that need to be run at the same time. I will have three outputs to an LCD,
current MPG, Trip MPG and an overall MPG.
- Need to read Distance & Fuel inputs in real
time and store the readings as variables (cannot miss any pulses). - Will need to store and read 4 or 5 variables that
will NOT be reset or cleared when the Arduino is turned off. Whatever storage
is suggested I want to be able send or read whole numbers and not have to break
it down or read binary or Hex format.
Thanks for the help.