Commit e70166d
committed
Automated update by Adabot (adafruit/adabot@d685668)
Updating https://github.com/todbot/CircuitPython_MicroOSC to 0.6 from 0.5:
> replace black for ruff badge
> fix docs
> fix many bugs, add tests
> fix docs conf
> update pre-commit to use ruff
> fix parsing of incoming packets
Updating https://github.com/adafruit/CircuitPython_Community_Bundle/circuitpython_community_auto_library_list.md to NA from NA:
> Added the following libraries: CircuitPython_USB_Host_Descriptor_Parser1 parent 30ca855 commit e70166d
File tree
2 files changed
+3
-2
lines changed- libraries/helpers
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
- .pre-commit-config.yaml+11-32
- .readthedocs.yaml+3
- README.rst+15-6
- docs/conf.py+2-2
- examples/microosc_simplesend.py+1-19
- examples/microosc_simplesend_cpython.py+15-24
- examples/microosc_simpletest.py-1
- examples/microosc_simpletest_cpython.py+5-3
- microosc.py+50-43
- tests/__init__.py+2
- tests/test_create_packet.py+65
- tests/test_string_pack.py+35
0 commit comments