speed_reader update test #5
This commit is contained in:
parent
47d50ccc8f
commit
a2c6a7a8cf
1 changed files with 2 additions and 1 deletions
|
@ -40,6 +40,7 @@ def speed_calc():
|
|||
|
||||
actual_rpm = (impulses/pulses_per_rotation) * (60/time_delta)
|
||||
set_variable("actual_rpm", round(actual_rpm, 1), False)
|
||||
print(actual_rpm)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue