dfieschko / RP1210

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

Minor updates #44

Closed dfieschko closed 2 years ago

dfieschko commented 2 years ago

Attempted to add locks to accessing APIs to improve thread safety, but that somehow ended up reordering the bytes in messages, so that's a no-go.

Removed some print statements that were left in there by accident.