-
Notifications
You must be signed in to change notification settings - Fork 71
Add iterable touchpad functionality #114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
c71fa2c
Add iterable return touchpad properties
tekktrik d8c128c
Fix touch_pins, touched properties
tekktrik 4d7b492
Changed example for touching all pads to updated usage
tekktrik b68b3d2
Reformatted per pre-commit
tekktrik af87b00
Prevent pointless statements
tekktrik aaa7582
Add new method docstrings
tekktrik 25c97ca
Refactor example for touch all
tekktrik 01ceb46
Account for pins being hashable
tekktrik 511d45d
Merge branch 'main' of https://github.com/adafruit/Adafruit_CircuitPy…
tekktrik 39e4751
Reformatted per pre-commit
tekktrik 97d1a07
Fix use of _touch()
tekktrik f03a085
Slow down example printing and show statement if none touched
tekktrik 3e942fc
Use list of keys instead of list comprehension
tekktrik 266ef58
Update comment regard self._touches
tekktrik 0477696
Initialize self._touches as empty dictionary
tekktrik 2213f02
Merge branch 'dev/iterable-io-rework' of https://github.com/tekktrik/…
tekktrik 9142472
Change argument name
tekktrik 937a4a5
Update _touch() to populate _tocuhes as needed
tekktrik 96be262
Update list comprehension
tekktrik f4f6942
Reformatted per pre-commit
tekktrik 3c707f6
Simplifications to code
tekktrik 108a35d
Merge branch 'main' of https://github.com/adafruit/Adafruit_CircuitPy…
4bdba83
Update adafruit_circuitplayground/circuit_playground_base.py
tekktrik 5eaaac8
Update adafruit_circuitplayground/circuit_playground_base.py
tekktrik dbfa322
Correct typo in example
tekktrik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.