Open patridge opened 3 years ago
Some of these are better answered by others, or will require digging into the code, but I can answer a few offhand.
InterruptGroupInUseException
on attempting to connect the second interrupt that will say something along the lines of "Interrupt Group X is in use". This only affects pins that are configured as inputs, and only when the interrupt mode is != None
PortInUseException
with text along the lines of "PWM Timer frequency cannot be different between separate channels. PWM Timer X is already set to Y Hz"
I had several questions that could be worth addressing in the docs. Even if not, I'd certainly love to learn some more about these concepts.
Relevant pages
If it helps, most of the questions came up from reading these page sections.
I could have very easily missed details elsewhere that could be linked from these sections to help future docs users.
Questions