-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated update by Adabot (adafruit/adabot@53e7906)
Updating https://github.com/jposada202020/CircuitPython_BMI160 to 0.2.5 from 0.2.2: > fixP > fix_p > fixing_space > Update release_pypi.yml > Merge pull request jposada202020/CircuitPython_BMI160#2 from jposada202020/correcting_units > upd > docs Updating https://github.com/facts-engineering/CircuitPython_P1AM to 1.0.3 from 1.0.2: > Merge pull request facts-engineering/CircuitPython_P1AM#3 from jepler/patch-1 Updating https://github.com/jposada202020/CircuitPython_LPS28 to 0.1.2 from 0.1.1: > Update .pre-commit-config.yaml > Update lps28.py > Update pyproject.toml > Merge remote-tracking branch 'origin/master' > docs
- Loading branch information
1 parent
71b424d
commit 70acc16
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule BMI160
updated
27 files
+1 −34 | .gitignore | |
+6 −3 | .pre-commit-config.yaml | |
+5 −281 | .pylintrc | |
+2 −6 | .readthedocs.yaml | |
+0 −138 | CODE_OF_CONDUCT.md | |
+0 −324 | LICENSES/CC-BY-4.0.txt | |
+0 −19 | LICENSES/MIT.txt | |
+0 −20 | LICENSES/Unlicense.txt | |
+0 −7 | README.rst | |
+0 −2 | README.rst.license | |
+13 −5 | bmi160.py | |
+2 −0 | docs/api.rst | |
+0 −3 | docs/api.rst.license | |
+0 −59 | docs/conf.py | |
+7 −7 | docs/examples.rst | |
+0 −3 | docs/examples.rst.license | |
+0 −7 | docs/index.rst | |
+0 −3 | docs/index.rst.license | |
+1 −0 | examples/bmi160_acc_datarate.py | |
+1 −0 | examples/bmi160_acce_datarange.py | |
+1 −0 | examples/bmi160_gyro_datarate.py | |
+1 −0 | examples/bmi160_gyro_range.py | |
+1 −0 | examples/bmi160_gyro_simpletest.py | |
+1 −0 | examples/bmi160_simpletest.py | |
+2 −1 | examples/bmi160_temperature.py | |
+0 −3 | optional_requirements.txt | |
+0 −3 | pyproject.toml |
Submodule lps28
updated
7 files
+3 −3 | .pre-commit-config.yaml | |
+2 −10 | README.rst | |
+2 −0 | docs/api.rst | |
+4 −4 | docs/examples.rst | |
+6 −0 | docs/index.rst | |
+1 −1 | lps28.py | |
+1 −1 | pyproject.toml |