return bool from read_pin() - #9
Merged
Merged
Conversation
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
ladyada
approved these changes
Jan 7, 2025
adafruit-adabot
added a commit
to adafruit/Adafruit_CircuitPython_Bundle
that referenced
this pull request
Jan 8, 2025
Updating https://github.com/adafruit/Adafruit_CircuitPython_LPS2X to 3.0.9 from 3.0.8: > Merge pull request adafruit/Adafruit_CircuitPython_LPS2X#17 from jposada202020/adding_displayio_example > Merge pull request adafruit/Adafruit_CircuitPython_LPS2X#18 from ncguk/patch-1 Updating https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel to 6.3.13 from 6.3.12: > Merge pull request adafruit/Adafruit_CircuitPython_NeoPixel#168 from mattcocca/pixel_order_docs_update Updating https://github.com/adafruit/Adafruit_CircuitPython_PCF8574 to 1.0.11 from 1.0.10: > Merge pull request adafruit/Adafruit_CircuitPython_PCF8574#9 from FoamyGuy/read_pin_return_bool Updating https://github.com/adafruit/Adafruit_CircuitPython_WS2801 to 1.0.0 from 0.10.19: > Merge pull request adafruit/Adafruit_CircuitPython_WS2801#25 from FoamyGuy/use_pixelbuf
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.
@ladyada
It was mentioned in adafruit/Adafruit_CircuitPython_PCF8575#6 that this library had the same differing return type. This is the same fix as from that repo.