Jeff Blanner
Jeff Blanner
Only problems it after awhile it does crash with Traceback (most recent call last): File "all-in-one-no-pm.py", line 126, in proximity = ltr559.get_proximity() File "/usr/local/lib/python2.7/dist-packages/ltr559-0.1.0-py2.7.egg/ltr559/__init__.py", line 454, in get_proximity self.update_sensor() File...
pi@raspberrypi:~ $ python -c "import ltr559;print(ltr559.__version__)" 0.1.0 pi@raspberrypi:~ $ pip show ltr559 Name: ltr559 Version: 0.1.0 Summary: Python library for the LTR559 light and proximity Home-page: http://www.pimoroni.com Author: Philip Howard...
It mostly came up with some symlink error message ?? That is a thing with raspi-config that happens all the time. I agree a automagic resizing on boot would be...
Kinda new to this github thing. Think I did it right. Have A Great Day ShorTie .. :)~
Sorry, Don't know what you mean by 'add ALL_APTS ?? grep -r 'ALL_APPS' sources/rpi-userland sources/rpi-userland/userland-master/host_applications/linux/CMakeLists.txt:if(ALL_APPS) And if I rem it out, it still gets installed. if(ALL_APPS) add_subdirectory(apps/vcdbg) add_subdirectory(libs/elftoolchain) rem# add_subdirectory(apps/smct)...
sudo pip install pimoroni-bme280 is what I did
also ran the installer too...
``` pi@Grow4:~/bme280-python/examples $ pi@Grow4:~/bme280-python/examples $ pi@Grow4:~/bme280-python/examples $ pip freeze | grep bme280 bme280==0.6 pimoroni-bme280==0.1.1 RPi.bme280==0.2.4 ``` `pi@Grow4:~/bme280-python/examples $ cat /usr/local/lib/python3.9/dist-packages/bme280/__init__.py` ``` #!/usr/bin/env python # -*- coding: utf-8 -*- # The...
pi@Grow4:~ $ pip uninstall bme280 pip install --upgrade pimoroni-bme280 Found existing installation: bme280 0.6 Uninstalling bme280-0.6: Would remove: /usr/local/bin/read_bme280 /usr/local/lib/python3.9/dist-packages/bme280-0.6.dist-info/* /usr/local/lib/python3.9/dist-packages/bme280/* Would not remove (might be manually added): /usr/local/lib/python3.9/dist-packages/bme280/const.py /usr/local/lib/python3.9/dist-packages/bme280/reader.py...
i've probably have install a few bme280 libraries playing