#include "animlum.h"

SoudureArc animation;

void setup() {
  animation.setup(0);
}

void loop() {
   animation.update();
}
ATTINY8520PU