roll property

double get roll

Implementation

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