Skip to content

Commit

Permalink
Bugfix for OLED version
Browse files Browse the repository at this point in the history
  • Loading branch information
slabua committed Feb 18, 2024
1 parent f66b1fe commit 95664d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OLED/picomotodash_oled.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def thread1(PWM2RPM_FACTOR):
xx, yy, zz = read_mpu()
# print("Scaled: X = %d , Y = %d" %(xx,yy))
calculate_heading(xx, yy)
moving_avg(9)
HEADING = moving_avg(9)

# print(key0.value(), key1.value())

Expand Down

0 comments on commit 95664d5

Please sign in to comment.