Update sketches to use 115200 baud

This commit is contained in:
Paul Dino Jones 2025-02-12 15:04:38 -05:00
parent e7751b4e16
commit fdb318bfae
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ int effect3 = 0;
int effect4 = 0;
void setup() {
Serial.begin(9600);
Serial.begin(115200);
if (!AFMS.begin()) {
Serial.println("Could not find Motor Shield. Check wiring.");
while (1);

View File

@ -14,7 +14,7 @@ SimWindData sd;
int velocity = 0;
void setup() {
Serial.begin(9600);
Serial.begin(115200);
if (!AFMS.begin()) {
Serial.println("Could not find Motor Shield. Check wiring.");
while (1);