Add the following snippet to your HTML:
Ding dong!
Read up about this project on
We got bored and made it!
void setup() { Serial.begin(9600); } void loop() { Serial.print("There is no code"); Serial.println(); }
Comments