python-apds9960
python-apds9960 copied to clipboard
Python APDS-9960 Library
I installed this library via Thonny packages and after running the example it throws me this error: Warning: I2C(-1, ...) is deprecated, use SoftI2C(...) instead Traceback (most recent call last):...
Hi, I'm trying your library on a rpi3 b+ The proximity example works as expected but I've some issue with the gesture one. If I use your script as is,...
exec(open('test_ambient.py').read(),globals()) Traceback (most recent call last): File "", line 1, in File "", line 10, in File "apds9960/device.py", line 41, in __init__ File "apds9960/exceptions.py", line 3, in __init__ AttributeError: type...
I am using Raspberry Pi 4B, python3.7 I've got this error message: ``` pi@rpi4g:~/apds9960 $ i2cget -y 1 0x39 0x92 0x39 pi@rpi4g:~/apds9960 $ vim test_ambient.py pi@rpi4g:~/apds9960 $ python3 test_ambient.py Traceback...
When I try to run example gesture code I get: ``` Gesture Test ============ Traceback (most recent call last): File "", line 31, in File "apds9960/device.py", line 185, in readGesture...
When using the ambient light example with pypi installed lib, I get the following error: ``` 'APDS9960' object has no attribute 'isLightAvailable' ``` @liske @raceking37 The PyPi package is version...