dfieschko / RP1210

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

Add getVendorName() function to RP1210Client #61

Closed dfieschko closed 2 years ago

dfieschko commented 2 years ago

I find myself calling client.getCurrentVendor().getName() pretty frequently - make it easier by adding a function for this to RP1210Client.