dfieschko / RP1210

A Python32 implementation of the RP1210C standard. Now with 100% test coverage!
MIT License
20 stars 12 forks source link

Add function to RP1210Client for 'What Speed Did the VDA Connect? (45)' #27

Closed dfieschko closed 2 years ago

dfieschko commented 2 years ago

Since this function has a return value, it's more complicated to implement than the other commands (not that it's super difficult; it'll just take a bit more time). As such, it isn't being included in the initial RP1210Client release in v0.1.

dfieschko commented 2 years ago

This was closed in PR #59