@ -0,0 +1,7 @@
void panic(const __FlashStringHelper* message) {
while(true) {
Serial.println(F("PANIC!"));
Serial.println(message);
delay(1000);
}