pitch property

double get pitch

Implementation

double get pitch => atan2(accel.$2, accel.$3) * 180.0 / pi;