-
Hello! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It depends on how much memory your code uses. The Uno only has 2KiB of RAM, which is very limited. |
Beta Was this translation helpful? Give feedback.
It depends on how much memory your code uses. The Uno only has 2KiB of RAM, which is very limited.
The Uno only has 2 interrupt pins, so you'll have to jump through some hoops to get 3 encoders working, e.g. using pin change interrupts or timer interrupts, I don't think polling is going to be fast enough, given the number of analog inputs you have to read.