Slow analogRead() #151
Unanswered
RudolfAtHome
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is already fixed in #31 and will read much faster than Atmega. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the benchmarks I found that the LGT8F is typically 2 ... 3 times faster than a 328P.
But there is one exception: the analogRead (pin) is slower - why?
ATMega328P: 110 µs
LGT8F328P: 167 µs
I've checked, the number is correct.
Beta Was this translation helpful? Give feedback.
All reactions