✨ Enhancements
- Added `vendor` property to RP1210VendorList
- Added `api` property to RP1210VendorList
- Added `device` property to RP1210VendorList
- Added `addVendor()` function to RP1210VendorList
- Added `getAPIName()` function to RP1210VendorList
- `setVendor()` in RP1210VendorList now can take `RP1210Config` objects as argument
- Will add new vendor to list if it doesn't already exist in the list.
- `setDevice()` in RP1210VendorList now can take `RP1210Device` objects as argument
- Added `__int__()` to RP1210Device (returns deviceID)
🗿 Miscellaneous
- Moved magic methods to top of class for a couple classes in RP1210.py
- More complete tests for RP1210Device and RP1210VendorList (didn't really affect coverage)
- (examples) Uncommented function calls in RP1210VendorList.py to test newly added functions getVendorNames(), getAPINames(), getDeviceIDs()
✔️ Closed Issues
closes 68, closes 86