Page 1 of 1

How to use getVoltage()

Posted: Mon Mar 28, 2016 8:42 am
by Nicholas
Hello, im having a blast with this obd reader, no issues yet and reading pids non stop! Really impressed!

Sorry for the noob question, but how do i use getVoltage()?

Hope someone can help!

Thanks!

Re: How to use getVoltage()

Posted: Tue Mar 29, 2016 9:57 am
by stanley
Just call getVoltage() and it returns the battery voltage as a float value.

Re: How to use getVoltage()

Posted: Wed Mar 30, 2016 7:28 am
by Nicholas
Thank you!