Hi, for example:
int a = 0;
void loop() {
a = digitalRead(3);
}
My question is:
does the high speed of loop cycling memory valorization of variable "a" damage the ram of the microcontroller??
thanks
Hi, for example:
int a = 0;
void loop() {
a = digitalRead(3);
}
My question is:
does the high speed of loop cycling memory valorization of variable "a" damage the ram of the microcontroller??
thanks
No.