Day: May 20, 2020

BMP280 Programming Notes v0.1

BMP280 Programming Notes v0.1 penzu link: https://penzu.com/p/05db0200 Contents BMP280 Adapter BMP280 I2C Device BMP280 Driver pyromori adapter tlfong01  2020may20hkt1501 pi@raspberrypi:/usr/local/lib/python3.7/dist-packages/i2cdevice $ ls adapter.py  __init__.py  __pycache__ pi@raspberrypi:/usr/local/lib/python3.7/dist-packages/i2cdevice $ cat adapter.py class Adapter: “”” Must implement […]