I've added the possibility to analyze and view A0 and A1 trinket pins on the screen.
A0 & A1 can be used as inputs, inputs pullups and/or outputs.
IN: input / OU: output / UN: unused
3 modes (A0==UN && A1==UN not a possible case):
- Input mode : (A0 == IN && A1 == IN) || (A0 == IN && A1 == UN) || (A0 == UN && A1 == IN)
- Output mode : (A0 == OU && A1==OU) || (A0 == OU && A1 == UN) || (A0 == UN && A1 == OU)
- Mixed mode : (A0 == OU && A1==IN) || (A0 == IN && A1 == OU)
Oscilloscope screen works :)
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.