Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-14 | Clarify when we are using int vs float and move decoders up a level. | 3 | -14/+21 | ||
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-02-14 | Add an option to pad outgoing CAN frames to 8 bytes (on by default). | 2 | -1/+7 | ||
Fixed #3. | |||||
2014-02-14 | Display mode in more recognizable hex format in log messages. | 1 | -2/+2 | ||
2014-01-24 | Add calculations for many OBD-II PID values. | 3 | -2/+39 | ||
2014-01-24 | Automatically set pid length for outgoing requests if not specified. | 2 | -7/+26 | ||
2014-01-24 | Remove a few resolved TODOs. | 1 | -5/+0 | ||
2014-01-24 | Wrap lines at 80 characters. | 1 | -6/+8 | ||
2014-01-20 | Don't try and rx broadcast response on all handles after one completes. | 1 | -2/+4 | ||
2014-01-20 | Add a function to parse the entire payload as a float. | 2 | -0/+9 | ||
2014-01-20 | Rename from simply obd2 to more general UDS (unified diagnostics). | 5 | -0/+645 | ||
Fixed #1. |