pimoroni / icm20948-python

Python library for the Pimoroni ICM20948 breakout
https://shop.pimoroni.com/products/icm20948
MIT License
48 stars 22 forks source link

Bookworm/Pi5 Compatibility: Upgrade to latest boilerplate #22

Closed Gadgetoid closed 4 months ago

Gadgetoid commented 7 months ago

Testing

If you're a Bookworm / Pi 5 user running into virtual environment issues, you can try this library like so:

git clone https://github.com/pimoroni/icm20948-python -b repackage
cd icm20948-python
./install.sh --unstable

The ./install.sh script will create a pimoroni virtual environment that's shared between our products. (or use your existing venv if you've already activated one.)

For the reasons behind these changes and other information, see:

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 9158545868

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
icm20948/init.py 2 3 66.67%
<!-- Total: 2 3 66.67% -->
Totals Coverage Status
Change from base Build 1844091888: 0.0%
Covered Lines: 192
Relevant Lines: 203

💛 - Coveralls