removed test serial message at startup
parent
193a1f315f
commit
5b49d0b73f
|
|
@ -153,12 +153,12 @@ void setup() {
|
|||
|
||||
|
||||
// PLAY ANIMATION
|
||||
anim.loadFromFile("/test.anim");
|
||||
//anim.loadFromFile("/test.anim");
|
||||
// currentAnimation = &anim;
|
||||
// currentAnimation->setActive(true);
|
||||
// playMode = PLAY_ONCE;
|
||||
//Serial.println(anim.header.frameCount);
|
||||
Serial.println(anim.printCurves());
|
||||
//Serial.println(anim.printCurves());
|
||||
// Serial.println("Model");
|
||||
// Serial.println(servos[0]->getModel(10));
|
||||
// delay(20);
|
||||
|
|
|
|||
Loading…
Reference in New Issue