justplanejim
New member
My project involves reading a 5v pressure sensor signal via readadc and outputting an ASCII number along with text to an AXE133Y LCD display module. It is eventually going to be a boost pressure display for my car.
My problem is when the pressure drops below 0psi, I can't figure out how to get my numbers to count backwards from 0. Because the Picaxe adc converts the input to a digit between 0 and 255, when ever the number drops below 0, it goes to 255. Is there an easy way to fix this?
My problem is when the pressure drops below 0psi, I can't figure out how to get my numbers to count backwards from 0. Because the Picaxe adc converts the input to a digit between 0 and 255, when ever the number drops below 0, it goes to 255. Is there an easy way to fix this?