Deleting code:-


void setup(){
}

void(*resetFunc) (void) = 0; 


void loop() {

  resetFunc();
  delay(1000); 
}

Comments

Popular posts from this blog