setup static method

void setup()

Implementation

static void setup() {
  Miticker.init(Tweener._tickerHandler);
  Miticker.start();
}