You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For hardware troubleshooting, it would be convenient to have a shield in a similar vein to settings_reset which behaves as follows:
Configures all GPIO pins as input with a high pullup
Whenever any GPIO pin is pulled low (connected to ground), set all other GPIO pins to low while the triggered GPIO pin is low
Because some boards have shorts between GPIO pins and reset, there needs to be a mechanism in devicetree to exclude some GPIO pins from the above behaviour, rather leaving them hanging.
The text was updated successfully, but these errors were encountered:
Maybe we can start with a simpler version without 2.? e.g. a Pro Micro version with direct pins mapping to a macro each that prints the pro micro pin number. And another for the Xiao interconnect perhaps.
For hardware troubleshooting, it would be convenient to have a shield in a similar vein to
settings_reset
which behaves as follows:Because some boards have shorts between GPIO pins and reset, there needs to be a mechanism in devicetree to exclude some GPIO pins from the above behaviour, rather leaving them hanging.
The text was updated successfully, but these errors were encountered: