dann11
Full Member level 3
Hi! I am writing a program code in arduino, it will function as a counter. As I do Serial.println with the counter it only outputs 1 and 3.
I am simply using codes as:
I am using the same formula with some of the other counter but the rest are working perfectly well except for this counter, which only outputs 1 and 3.
What might be wrong?
I am simply using codes as:
Code:
count = count + 1;
I am using the same formula with some of the other counter but the rest are working perfectly well except for this counter, which only outputs 1 and 3.
What might be wrong?