Conversation
adafruit-adabot
pushed a commit
to adafruit/Adafruit_CircuitPython_Bundle
that referenced
this pull request
Mar 19, 2026
Updating https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx to 2.6.0 from 2.5.19: > Merge pull request adafruit/Adafruit_CircuitPython_MCP230xx#62 from jimmydoh/patch-mcp23008-interrupts Updating https://github.com/adafruit/Adafruit_CircuitPython_TCS3430 to 1.0.1 from 1.0.0: > Merge pull request adafruit/Adafruit_CircuitPython_TCS3430#1 from adafruit/split_interrupt_examples Updating https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k to 7.4.3 from 7.4.2: > Merge pull request adafruit/Adafruit_CircuitPython_Wiznet5k#185 from pinkavaj/pi-optimize-listen Updating https://github.com/adafruit/Adafruit_CircuitPython_BluefruitConnect to 1.3.0 from 1.2.19: > Merge pull request adafruit/Adafruit_CircuitPython_BluefruitConnect#41 from FoamyGuy/image_receiver Updating https://github.com/adafruit/Adafruit_CircuitPython_Debug_I2C to 1.2.24 from 1.2.22: > Merge pull request adafruit/Adafruit_CircuitPython_Debug_I2C#18 from FoamyGuy/fix_out_end_default_val > Merge pull request adafruit/Adafruit_CircuitPython_Debug_I2C#17 from FoamyGuy/core_bus_device_fix Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_AnalogClock to 1.0.2 from 1.0.1: > Merge pull request adafruit/Adafruit_CircuitPython_Display_AnalogClock#3 from FoamyGuy/seconds_hand_examples Updating https://github.com/adafruit/Adafruit_CircuitPython_Logging to 5.6.2 from 5.6.1: > Merge pull request adafruit/Adafruit_CircuitPython_Logging#71 from JonNelson/fix-None-and-int-comparison Updating https://github.com/adafruit/Adafruit_CircuitPython_Qualia to 2.2.2 from 2.2.1: > Merge pull request adafruit/Adafruit_CircuitPython_Qualia#17 from makermelissa/main Updating https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_Mouse to 1.6.2 from 1.6.1: > Merge pull request adafruit/Adafruit_CircuitPython_USB_Host_Mouse#16 from relic-se/scale-arg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
made the simpletest more simple, readings only, no interrupt check
moved interrupt register functionality to new example.
rename interrupt pin example to differentiate them.