Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-06 | Add a function to check if a request is completely sent. | Christopher Peplin | 1 | -0/+7 | |
2014-02-27 | Increase arb IDs to uint32_t to fit extended IDs. | Christopher Peplin | 1 | -2/+8 | |
2014-02-26 | Optionally split up preparing a diag request and actually sending it. | Christopher Peplin | 1 | -3/+29 | |
2014-02-19 | Leave payload parsing to applications using this library. | Christopher Peplin | 1 | -2/+1 | |
2014-02-14 | Add helper functions to render requests and responses as strings. | Christopher Peplin | 1 | -4/+12 | |
2014-02-14 | Clarify when we are using int vs float and move decoders up a level. | Christopher Peplin | 1 | -2/+15 | |
Fixed #4 - the Decoder function type signature actually belonged one level higher, in the application, since there's no capability of actually using it in this library at the moment. | |||||
2014-01-24 | Add calculations for many OBD-II PID values. | Christopher Peplin | 1 | -0/+2 | |
2014-01-20 | Add a function to parse the entire payload as a float. | Christopher Peplin | 1 | -0/+2 | |
2014-01-20 | Rename from simply obd2 to more general UDS (unified diagnostics). | Christopher Peplin | 1 | -0/+102 | |
Fixed #1. |