elidor
January 2, 2020, 9:10pm
#1
Hello
im sorry if the questions is silly , im trying :
i am trying to write a code that read 10 sensors , every thing works fine till i add the 7th unsigned millis timer for a function
is there a limitation for how many timer i can use in a code ? i didnt find any info regarding this question
Thank you allott
Robin2
January 2, 2020, 9:20pm
#3
elidor:
i am trying to write a code that read 10 sensors , every thing works fine till i add the 7th unsigned millis timer for a function
You need to post the program if you want help to sort out a problem.
When posting code please use the code button </>
so your code
looks like this
and is easy to copy to a text editor See How to use the Forum
Also please use the AutoFormat tool to indent your code for easier reading.
...R
There's only one millis timer. You're adding 32-bit variables. It's likely your problem lies elsewhere (e.g. memory use or array error) but without seeing your code, we can only guess.