Commit Graph

11 Commits

Author SHA1 Message Date
JoshuaArking ea1bddd625 Added functions necessary to import the pid dictionary, and added a check for non-monotonic values in data. 2019-10-04 12:31:44 -04:00
JoshuaArking 9f89acdc07 Added an import to make a pid dictionary. 2019-10-04 12:30:01 -04:00
JoshuaArking 4a2273d8c1 Added support for a pid dictionary. 2019-10-04 12:28:35 -04:00
JoshuaArking cad7102993 Removed unnecessary quotations and added support for pid 142. 2019-10-04 12:27:28 -04:00
JoshuaArking c01f603cda Rewrite of J1979 to use a pid dictionary rather than if - elif. 2019-10-04 12:26:13 -04:00
JoshuaArking 53c94a832e Added .csv file containing most OBD PIDs. 2019-10-02 08:52:09 -04:00
JoshuaArking e90bfd3979 Fix for handling very small floating point numbers 2019-08-29 09:56:22 -04:00
JoshuaArking 5555c6371f Moved my changes to a new branch. This is the original code. 2019-08-27 19:25:47 -04:00
JoshuaArking 3749d4f303 First Commit. Details to follow; I'm still learning. 2019-08-27 13:35:21 -04:00
brent-stone ca184a56de
Unix file structure compatability
modified line 67 directory string to use 
sample_path=dirName + "/" + m.group(0) 
instead of 
sample_path=dirName + "\\" + m.group(0)
2019-08-15 21:03:58 -05:00
Brent 94bf187ecd Initial source code commit 2019-03-08 15:17:12 -05:00