Skip to content

Commit d9d7ff8

Browse files
author
Brendan Whitfield
committed
added notes on files that aren't in the diagram
1 parent a22c161 commit d9d7ff8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

obd/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@
2424
└───────────────────────┘
2525
Serial Port
2626
```
27+
28+
Not pictured:
29+
30+
- `commands.py` : defines the various OBD commands, and which decoder they use
31+
- `codes.py` : stores tables of standardized values needed by `decoders.py` (mostly check-engine codes)
32+
- `OBDResponse.py` : defines structures/objects returned by the API in response to a query.

0 commit comments

Comments
 (0)