Wind_Sensor
Wind_Sensor copied to clipboard
Wrong value in the code
The value 0.0048828125 in the example WndSensor.ino (line 77) is wrong.
It should be 5/1023 = 0.004887585533 instead of 5/1024, because the range of 10-bit ADC is 0-1023, not 1024.