Commit a7dc294
committed
Automated update by Adabot (adafruit/adabot@8da89ce)
Updating https://github.com/adafruit/Adafruit_CircuitPython_BNO08X to 1.1.1 from 1.1.0:
> Merge pull request adafruit/Adafruit_CircuitPython_BNO08x#23 from jposada202020/improving_docs
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
> Merge pull request adafruit/Adafruit_CircuitPython_BNO08x#22 from caternuson/iss21
Updating https://github.com/adafruit/Adafruit_CircuitPython_DPS310 to 1.2.6 from 1.2.5:
> Merge pull request adafruit/Adafruit_CircuitPython_DPS310#17 from jposada202020/correcting_returning_units
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
Updating https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI to 3.5.10 from 3.5.9:
> Merge pull request adafruit/Adafruit_CircuitPython_ESP32SPI#132 from mikejc58/wait_spi_char
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
Updating https://github.com/adafruit/Adafruit_CircuitPython_PCA9685 to 3.3.7 from 3.3.6:
> Merge pull request adafruit/Adafruit_CircuitPython_PCA9685#36 from jvalrog/fix-servo-example
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
Updating https://github.com/adafruit/Adafruit_CircuitPython_SI5351 to 1.2.8 from 1.2.7:
> Merge pull request adafruit/Adafruit_CircuitPython_SI5351#21 from jposada202020/changing_assertions
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
Updating https://github.com/adafruit/Adafruit_CircuitPython_TCA9548A to 0.5.0 from 0.4.0:
> Merge pull request adafruit/Adafruit_CircuitPython_TCA9548A#35 from jposada202020/adding_example_docs_improvement
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k to 1.10.1 from 1.10.0:
> Merge pull request adafruit/Adafruit_CircuitPython_Wiznet5k#34 from bjnhur/master
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
Updating https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font to 1.5.1 from 1.5.0:
> Merge pull request adafruit/Adafruit_CircuitPython_Bitmap_Font#47 from adafruit/linting
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
Updating https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout to 1.9.3 from 1.9.2:
> Merge pull request adafruit/Adafruit_CircuitPython_DisplayIO_Layout#39 from adafruit/linting
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
> Merge pull request adafruit/Adafruit_CircuitPython_DisplayIO_Layout#37 from jposada202020/main
Updating https://github.com/adafruit/Adafruit_CircuitPython_Gizmo to 1.3.2 from 1.3.1:
> Merge pull request adafruit/Adafruit_CircuitPython_Gizmo#18 from adafruit/linting
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_HID to 5.0.1 from 5.0.0:
> Merge pull request adafruit/Adafruit_CircuitPython_HID#69 from jfurcean/fix-led-example
> Merge pull request adafruit/Adafruit_CircuitPython_HID#70 from FoamyGuy/adding_brightness_codes
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
Updating https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar to 2.2.0 from 2.1.1:
> Merge pull request adafruit/Adafruit_CircuitPython_ProgressBar#31 from jposada202020/progressbar_accelerometer
> Merge pull request adafruit/Adafruit_CircuitPython_ProgressBar#30 from alimustafashah/master
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template1 parent eac08a6 commit a7dc294
File tree
12 files changed
+12
-12
lines changed- libraries
- drivers
- helpers
12 files changed
+12
-12
lines changed- .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md+13
- .github/workflows/build.yml+4-2
- .github/workflows/failure-help-text.yml+19
- README.rst+1-2
- adafruit_bno08x/__init__.py+12-5
- adafruit_bno08x/i2c.py+44-5
- adafruit_bno08x/spi.py+46-12
- adafruit_bno08x/uart.py+44-4
- docs/api.rst+10
- docs/examples.rst+60
- docs/index.rst+4-1
- examples/bno08x_calibration.py+1-2
- examples/bno08x_quaternion_service.py+1-1
- examples/bno08x_simpletest_spi.py+2-3
- .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md+13
- .github/workflows/build.yml+4-2
- .github/workflows/failure-help-text.yml+19
- .pylintrc+2-3
- README.rst+13-14
- adafruit_tca9548a.py+15-11
- docs/api.rst+1
- docs/conf.py-4
- docs/examples.rst+9
- docs/index.rst+2
- examples/tca9548a_multisensor.py+24
- examples/tca9548a_simpletest.py+9-15
- requirements.txt+1
- setup.py+4-1
0 commit comments