Skip to content

Conversation

JurajSadel
Copy link
Contributor

LowPowerInput and LowPowerOutputOpenDrain now store pin and they "delegate" rtcio_ functionality.
closes #3399

@bugadani
Copy link
Contributor

bugadani commented Sep 30, 2025

My only problem is that now we have to document this in the changelog and migration guide, but the API is:

  • generic (you could use AnyPin, I think)
  • does not follow the structure of GPIO drivers (or other drivers, even)
  • currently this is only meant for configuring pins before passing them to LP cores - there is no way to set outputs, read inputs, which still could be useful in HP core code
  • code in lp_io is unchanged

@JurajSadel JurajSadel marked this pull request as draft October 1, 2025 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LowPowerInput panics on pins greater than 14

2 participants