VernierST / godirect-py

A Python module for reading from Vernier Go Direct® Sensors using USB or BLE.
GNU General Public License v3.0
8 stars 9 forks source link

Fixes #3 #4

Closed stocktonkincade closed 5 years ago

stocktonkincade commented 5 years ago

Fixes #3. After 255 writes, the rolling counter was decremented to -1. As there are no unsigned types, we need to force the counter back to 0xFF upon the rollover.