maritime-labs / calypso-anemometer

Python driver for the Calypso Instruments Ultrasonic Portable Solar wind meter (UP10)
GNU Affero General Public License v3.0
12 stars 2 forks source link

Rename `reading.compass` to `reading.heading` for better "naming things" #18

Closed amotl closed 1 year ago

amotl commented 1 year ago

This patch implements the suggestion at https://github.com/maritime-labs/calypso-anemometer/issues/12#issuecomment-1443709234:

On a side note: roll and pitch also come from the gyro, don't they? Should we perhaps rename the reading.compass field to reading.heading for the sake of better "naming things"?

@UserMacUseface endorsed this improvement.