-
Notifications
You must be signed in to change notification settings - Fork 85
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@20240118)
Updating https://github.com/WoolseyWorkshop/WoolseyWorkshop_CircuitPython_74HC165 to 1.0.0 from 0.8.0: > Removed extra latch argument in SPIDevice() call. > Added type information to library along with other minor changes. > Updated GitHub build environment. > Fixed typo in last commit. > Added link to tutorial. Updating https://github.com/CedarGroveStudios/CircuitPython_AD9833 to 2.1.3 from 2.1.2: > Fix sweep example. > remove timing spec example > update gitignore
- Loading branch information
1 parent
af54bf4
commit f1e2f86
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule 74hc165
updated
27 files
+1 −1 | .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md | |
+2 −68 | .github/workflows/build.yml | |
+0 −99 | .github/workflows/release.yml | |
+19 −0 | .github/workflows/release_gh.yml | |
+19 −0 | .github/workflows/release_pypi.yml | |
+40 −10 | .gitignore | |
+28 −26 | .pre-commit-config.yaml | |
+4 −41 | .pylintrc | |
+19 −0 | .readthedocs.yaml | |
+0 −7 | .readthedocs.yml | |
+49 −28 | CODE_OF_CONDUCT.md | |
+18 −17 | README.rst | |
+2 −1 | README.rst.license | |
+1 −1 | docs/api.rst | |
+3 −3 | docs/api.rst.license | |
+25 −30 | docs/conf.py | |
+4 −4 | docs/examples.rst.license | |
+7 −3 | docs/index.rst | |
+4 −4 | docs/index.rst.license | |
+7 −0 | docs/requirements.txt | |
+2 −2 | examples/74hc165_bytes.py | |
+2 −2 | examples/74hc165_simpletest.py | |
+3 −0 | optional_requirements.txt | |
+47 −4 | pyproject.toml | |
+4 −3 | requirements.txt | |
+0 −60 | setup.py | |
+52 −24 | wws_74hc165.py |
Submodule ad9833
updated
2 files
+3 −0 | .gitignore | |
+1 −1 | examples/AD9833_ADSR_FeatherWing_sweep_v03.py |