update method

void update()

Implementation

void update() {
  updateInputs();
  transferToOutputs();
}