labjack / LabJackPython

The official Python modules and classes for interacting with the LabJack U3, U6, UE9 and U12
https://labjack.com/support/software/examples/ud/labjackpython
MIT License
117 stars 79 forks source link

Added checks to the I2C, SPI, Asynch, and SHT1X functions to check error #109

Closed chrisJohn404 closed 5 years ago

chrisJohn404 commented 5 years ago

codes and check maximum lengths of arrays for I2C and SPI.

davelopez01 commented 5 years ago

Thanks.