I'm not even going to acknowledge this one.

This commit is contained in:
dangrain 2025-03-27 23:34:18 +01:00
parent 25d1325614
commit 2c2418703c

View file

@ -68,7 +68,7 @@ void showHelp() { //I think this is fairly self explanatory, but still, making s
Serial.println(" help - Displays this help message");
Serial.println(" calc <number> <operator> <number> - calculates command");
Serial.println(" run <script.gs> - Runs a script file");
Serial.println(" loop <number> <command> - Loops a command the inputted amout of times");
Serial.println(" loop <number> <command> - Loops a command the inputted amount of times");
//Serial.println(" high <pin-number> - sets the inputted pin to high");// 12
//Serial.println(" low <pin-number> - sets the inputted pin to low"); //13
}