clssn / numato-gpio

Python API for Numato GPIO Expanders
MIT License
4 stars 6 forks source link

Bugfix/28-support-version-strings #33

Closed clssn closed 7 months ago

clssn commented 7 months ago

Solve an issue where initialization fails because of a board's non-int version string where an integer was expected. Newer boards can have letters in their versions.

Changes: