reset method

void reset()

Implementation

void reset() {
  _ticked = 0;
  value = 0;
}