howto disbale input-buffers #1185
Unanswered
wolfgang6444
asked this question in
Q&A
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We also provide a wrapper around this that efficiently allows setting, clearing and in some cases even toggling, detailed in the digital i/o documentation, called pinConfig() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
The microchip spec for attiny 1616 states under 16.3:
Important: For lowest power consumption, disable the digital input buffer of unused pins and pins that
are used as analog inputs or outputs.
This makes absolute sense to me, but I could not figure out how to achieve this.
PinxCTRL only talks about interrupts, pull-ups, and inversion - not about disabeling the input buffer.
Beta Was this translation helpful? Give feedback.
All reactions