Skip to content

Commit

Permalink
QA: Apply codespell suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 12, 2024
1 parent 2f28ad5 commit 0908bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/magnetometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# Calibrate value by removing any offset when compared to the lowest reading seen for this axes
mag[i] -= amin[i]

# Scale value based on the higest range of values seen for this axes
# Scale value based on the highest range of values seen for this axes
# Creates a calibrated value between 0 and 1 representing magnetic value
try:
mag[i] /= amax[i] - amin[i]
Expand Down

0 comments on commit 0908bf0

Please sign in to comment.