howto disbale input-buffers #1185
Unanswered
wolfgang6444
asked this question in
Q&A
Replies: 2 comments
-
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
-
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