player kinda works

This commit is contained in:
Persephone Bubblegum-Holidy 2025-05-10 14:02:28 -07:00
parent 8ef01ea1aa
commit 1fb697626e
5 changed files with 298 additions and 44 deletions

View file

@ -20,7 +20,7 @@ void setup()
servoChannel[5].attach(7);
for (int i = 0; i < 8; i++) servoChannel[mapping[i]].write(offDegrees[i]);
Serial.begin(9600);
Serial.write("PC2,8,Chuck E./Helen/Guest Star");
Serial.write("PC2,8,Chuck E./Helen/Guest Star,END");
}
void loop()