We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f28ad5 commit 0908bf0Copy full SHA for 0908bf0
examples/magnetometer.py
@@ -47,7 +47,7 @@
47
# Calibrate value by removing any offset when compared to the lowest reading seen for this axes
48
mag[i] -= amin[i]
49
50
- # 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
51
# Creates a calibrated value between 0 and 1 representing magnetic value
52
try:
53
mag[i] /= amax[i] - amin[i]
0 commit comments