First of all, thank you for that great software project. I'm still a beginner in programming, but I think I've noticed an error.
I use a Mega2560 Arduino Board for simulation and the analog inputs A0 to A15,whereby the inputs A0 - A7 work perfectly, I can query the values 0-1023 here with analogRead. Unfortunately, the remaining analog inputs cannot be addressed, I have already tried all the possibilities, but simulation does not work. However, it works with the original Arduino board (R3), there can actually be no programming error, I think so. I've also tried to use the actual pin numbers (82-89 or 62-69) as the input numbers, all without success.
Maybe there is a solution to this malfunction, or it's up to me .
Thanks in advance
I use a Mega2560 Arduino Board for simulation and the analog inputs A0 to A15,whereby the inputs A0 - A7 work perfectly, I can query the values 0-1023 here with analogRead. Unfortunately, the remaining analog inputs cannot be addressed, I have already tried all the possibilities, but simulation does not work. However, it works with the original Arduino board (R3), there can actually be no programming error, I think so. I've also tried to use the actual pin numbers (82-89 or 62-69) as the input numbers, all without success.
Maybe there is a solution to this malfunction, or it's up to me .
Thanks in advance
Last edited by arcachofo on Tue Dec 27, 2022 1:13 am; edited 2 times in total (Reason for editing : Mark as solved (green color))