Added PyRuler as a separate board type#276
Open
bitbank2 wants to merge 4 commits intoadafruit:masterfrom
Open
Conversation
ladyada
requested changes
Feb 6, 2021
Member
ladyada
left a comment
There was a problem hiding this comment.
hiya - getting around to some older PRs. looks good, added some fixes & please:
remove variants/pyruler/.DS_Store
remove variants/pyruler/debug_scripts/variant.gdb
| adafruit_blm_badge.name=Adafruit BLM Badge | ||
| adafruit_blm_badge.vid.0=0x239A | ||
| adafruit_blm_badge.pid.0=0x80BF | ||
| adafruit_blm_badge.pid.0=0x0x80BF |
| # ------------------------------ | ||
| adafruit_pyruler.name=Adafruit PyRuler | ||
| adafruit_pyruler.vid.0=0x239A | ||
| adafruit_pyruler.pid.0=0x801E |
| adafruit_pyruler.vid.0=0x239A | ||
| adafruit_pyruler.pid.0=0x801E | ||
| adafruit_pyruler.vid.1=0x239A | ||
| adafruit_pyruler.pid.1=0x001E |
| adafruit_pyruler.build.variant=pyruler | ||
| adafruit_pyruler.build.variant_system_lib= | ||
| adafruit_pyruler.build.vid=0x239A | ||
| adafruit_pyruler.build.pid=0x801E |
Author
|
Thanks for working on this. I removed the excess files. |
|
@ladyada Are you sure about the PID changes? Mine enumerates as 239a:001e in the bootloader. |
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.
The PyRuler is a Trinket-M0+ with some extra LEDs and touch inputs. I created a new board type to make it easier for Arduino (native code) access to these features. Circuit Python already supports it, but I work in native code.
The one wrinkle is that the cap touch button 0 is not connected to the PTC (peripheral touch controller) and is just an analog input with a resistor. Still, hopefully this change will help people make use of this board from Arduino.