summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* OBD: avoid compilation warningsLudovic Pouzenc2021-06-131-2/+2
* MultiLCD: avoid all gcc warningsLudovic Pouzenc2021-06-135-25/+25
* MyLCD : move as lib, add more lines using a vertical splitLudovic Pouzenc2021-06-131-0/+82
* Update PID rangeStanley Huang2020-11-082-5/+2
* Update OBD2UART.cppStanley Huang2020-03-291-1/+1
* Update obd_uart_test.inoStanley Huang2019-09-271-4/+0
* UpdateStanley Huang2019-06-272-27/+15
* Merge branch 'master' of https://github.com/stanleyhuangyc/ArduinoOBDStanley Huang2018-04-118-163/+423
|\
| * Fix typoStanley Huang2018-01-311-5/+1
| * UpdateStanley Huang2018-01-311-5/+4
| * Add support for Freematics OBD-II UART Adapter V2.1Stanley Huang2018-01-301-1/+0
| * Add support for Freematics OBD-II UART Adapter V2.1Stanley Huang2018-01-307-144/+400
| * Improve VIN readingStanley Huang2018-01-251-15/+25
* | UpdateStanley Huang2018-04-112-7/+3
|/
* Minor optimizationsStanley Huang2017-05-311-10/+8
* Minor optimizationsStanley Huang2017-05-311-4/+27
* Increased coordinates precisionStanley Huang2017-05-261-3/+3
* Working on ESPRIT (ESP32)Stanley Huang2017-05-241-2/+12
* Fixed compiling issue on 32-bit systemsStanley Huang2017-05-084-12/+12
* Sync some stuff with Freematics ONE libraryStanley Huang2017-05-084-6/+60
* Updated example sketchStanley Huang2017-04-271-17/+25
* Fixed connection failure due to too short timeout on slower K-line protocolsStanley Huang2017-04-112-22/+30
* Fixed touch screen issueStanley Huang2017-03-151-20/+22
* Fixed a possible compilation issueStanley Huang2017-03-102-2/+2
* UpdateStanley Huang2017-02-162-40/+55
* Fixed compile issueStanley Huang2017-02-162-8/+0
* Fixed typoStanley Huang2017-02-131-2/+3
* Improved compatibilityStanley Huang2017-02-124-105/+116
* Fixed manual setting protocol issueStanley Huang2017-01-304-84/+101
* Integrated code for MPU6050Stanley Huang2017-01-253-77/+239
* Remove unneeded librariesStanley Huang2017-01-257-6687/+0
* Fixed minor issue with Arduino 1.8.0Stanley Huang2017-01-131-4/+2
* Improved initialization routine and fixed protocol selection issueStanley Huang2017-01-134-70/+30
* Fixed MEMS not inited bugStanley Huang2016-12-271-1/+1
* Added readDTC() for reading OBD-II Trouble Codes into an arrayStanley Huang2016-12-192-2/+41
* Updated example sketchStanley Huang2016-12-193-29/+185
* Added readDTC()Stanley Huang2016-12-192-0/+39
* Update MultiLCD libraryStanley Huang2016-07-212-2/+2
* Renaming read() to readPID() in OBD libraryStanley Huang2016-07-067-34/+111
* BugfixStanley Huang2016-06-271-4/+6
* Added new APIsStanley Huang2016-06-262-38/+84
* Library and examples for OBD-II UART Adapter MK2Stanley Huang2016-06-264-26/+176
* Minor updatesStanley Huang2016-06-262-2/+2
* Updated MultiLCD libraryStanley Huang2016-06-101-0/+1
* Added library for OBD-II UART Adapter MK2Stanley Huang2016-06-102-0/+593
* Fixed init() issue with some adaptersStanley Huang2016-06-021-4/+0
* Added touch screen support for 3.2" and 3.5" LCDStanley Huang2016-05-173-106/+320
* Added definition for Fuel–Air commanded equivalence ratioStanley Huang2016-04-022-3/+7
* Added demo of multiple OBD-II PIDs reading APIStanley Huang2016-02-261-17/+25
* Added multiple OBD-II PIDs reading APIStanley Huang2016-02-262-20/+59