void loop()
{
int counter = 2;
while (1==1)
Perhaps there's some misunderstanding about the operation of the function "loop()"
void loop()
{
int counter = 2;
while (1==1)
Perhaps there's some misunderstanding about the operation of the function "loop()"