Sorry I missread your post, thinking you needed to read 3 volts.
You will use the same as in your post#1
Count x 49 / 1000 (since you want to read 0 - 30 volts) for the integer.
Count x 49 // 1000 for the decimal part.
Cheers
Al.
Sorry I missread your post, thinking you needed to read 3 volts.
You will use the same as in your post#1
Count x 49 / 1000 (since you want to read 0 - 30 volts) for the integer.
Count x 49 // 1000 for the decimal part.
Cheers
Al.
Last edited by aratti; - 8th April 2011 at 17:36.
All progress began with an idea
Bookmarks