Questions tagged [programming-sequence]
The programming-sequence tag has no summary.
1 question with no upvoted or accepted answers
1
vote
0
answers
64
views
Port manipulation: Coding for two chips
I am using Arduino Nano to test a code that will be ported on an ATTiny chip, which will need to perform operations at a frequency near clock maximum, calling for a very succinct coding.
My goal: to ...