diff options
author | Stanley Huang <stanleyhuangyc@live.com> | 2016-06-26 20:07:52 +0800 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@live.com> | 2016-06-26 20:07:52 +0800 |
commit | 80112f02d05aed34035534b342b320854d445cba (patch) | |
tree | 4ebf5a4788fdc6b3db2224191d918ce66a723ade /libraries/OBD/OBD.h | |
parent | cbefe9f23805c0b8f333cf9659e36ef58146418c (diff) | |
download | 2021-arduino-obd-80112f02d05aed34035534b342b320854d445cba.tar.gz 2021-arduino-obd-80112f02d05aed34035534b342b320854d445cba.tar.bz2 2021-arduino-obd-80112f02d05aed34035534b342b320854d445cba.zip |
Minor updates
Diffstat (limited to 'libraries/OBD/OBD.h')
-rw-r--r-- | libraries/OBD/OBD.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/OBD/OBD.h b/libraries/OBD/OBD.h index ba10631..8e8185e 100644 --- a/libraries/OBD/OBD.h +++ b/libraries/OBD/OBD.h @@ -124,7 +124,7 @@ public: virtual byte sendCommand(const char* cmd, char* buf, byte bufsize, int timeout = OBD_TIMEOUT_LONG);
// clear diagnostic trouble code
virtual void clearDTC();
- // get battery voltage (in 0.1V, e.g. 125 for 12.5V, works without ECU)
+ // get battery voltage (works without ECU)
virtual float getVoltage();
// get VIN as a string, buffer length should be >= OBD_RECV_BUF_SIZE
virtual bool getVIN(char* buffer, byte bufsize);
|