Commit 7cd96d1
committed
Automated update by Adabot (adafruit/adabot@5b7e4de)
Updating https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx to 2.5.0 from 2.4.6:
> Merge pull request adafruit/Adafruit_CircuitPython_MCP230xx#41 from Red-M/master
> Moved default branch to main
> Moved CI to Python 3.7
Updating https://github.com/adafruit/Adafruit_CircuitPython_SCD4X to 1.1.0 from 1.0.0:
> Merge pull request adafruit/Adafruit_CircuitPython_SCD4X#2 from lesamouraipourpre/constants
> Merge pull request adafruit/Adafruit_CircuitPython_SCD4X#4 from lesamouraipourpre/docs
Updating https://github.com/adafruit/Adafruit_CircuitPython_SGP40 to 1.2.0 from 1.1.0:
> Merge pull request adafruit/Adafruit_CircuitPython_SGP40#6 from caternuson/iss5
Updating https://github.com/adafruit/Adafruit_CircuitPython_MacroPad to 1.3.0 from 1.2.0:
> Merge pull request adafruit/Adafruit_CircuitPython_MacroPad#15 from kattni/rotation
> Merge pull request adafruit/Adafruit_CircuitPython_MacroPad#14 from kattni/display-image-fix
Updating https://github.com/adafruit/Adafruit_CircuitPython_Simple_Text_Display to 1.2.0 from 1.1.0:
> Merge pull request adafruit/Adafruit_CircuitPython_Simple_Text_Display#6 from terop/fix_doc_typo
> Merge pull request adafruit/Adafruit_CircuitPython_Simple_Text_Display#5 from lesamouraipourpre/adaptive-row-height
Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA:
> Added the following libraries: Adafruit_CircuitPython_IS31FL37411 parent 82991c0 commit 7cd96d1
File tree
6 files changed
+7
-6
lines changed- libraries
- drivers
- helpers
6 files changed
+7
-6
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 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
- .github/workflows/build.yml+2-2
- README.rst+2-2
- adafruit_mcp230xx/mcp23017.py+2-1
- adafruit_mcp230xx/mcp230xx.py+16-14
- adafruit_mcp230xx/mcp23s08.py+94
- adafruit_mcp230xx/mcp23s17.py+307
- adafruit_mcp230xx/mcp23sxx.py+71
- adafruit_mcp230xx/mcp23xxx.py+29
- docs/api.rst+9
- docs/examples.rst+4
- examples/mcp23Sxx_event_detect_interrupt.py+77
- examples/mcp23Sxx_simpletest.py+58
0 commit comments