isHatRPiZero method

bool isHatRPiZero()

Returns true for the Pi Zero model, false for the Pi model.

Implementation

bool isHatRPiZero() {
  return rpiZeroHatPid == getId();
}