Closed sandyjmacdonald closed 5 years ago
The docstring should also mention the 0.512V setting.
https://github.com/pimoroni/ads1015-python/blob/208ad105468f073c7d2d379c74f4f30108c67a87/library/ads1015/__init__.py#L173-L185
Also, should it read +/-6.144? rather than +=6.144?
+/-6.144
+=6.144
Yes, it should read +-6.144!
+-6.144
The docstring should also mention the 0.512V setting.
https://github.com/pimoroni/ads1015-python/blob/208ad105468f073c7d2d379c74f4f30108c67a87/library/ads1015/__init__.py#L173-L185
Also, should it read
+/-6.144
? rather than+=6.144
?