Skip to content

Commit

Permalink
Change calibration factor from 1.8 to 2.36
Browse files Browse the repository at this point in the history
  • Loading branch information
clivebeale committed Jul 14, 2016
1 parent 6d1461e commit f634ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interrupt_daemon.py
Expand Up @@ -46,7 +46,7 @@ def __del__(self):
self.running = False

class wind_speed_interrupt_watcher(interrupt_watcher):
def __init__(self, radius_cm, sensorPin, bounceTime, calibration = 1.18):
def __init__(self, radius_cm, sensorPin, bounceTime, calibration = 2.36):
super(wind_speed_interrupt_watcher, self).__init__(sensorPin, bounceTime, peak_sample = 5, peak_monitor = True)

circumference_cm = (2 * math.pi) * radius_cm
Expand Down

0 comments on commit f634ebf

Please sign in to comment.