Is there any way to change the starting text when a new arduino window is opened?
When I open a new window, I want to change it from saying:
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
to:
void setup() {
}
void loop() {
}
I'd be nice if there was a way to change this.
Thanks,
Thomas