/*
To load a the firmware:
1. Press "F1" inside the code editor
2. Choose "Upload firmware and Start Simulation…"
3. Select the desired bin/elf/uf2 file
*/
void setup() {
Serial.begin(115200);
Serial.println("Please view the instructions in the source code!");
}
void loop() {}