New Search

If you are not happy with the results below please do another search

1 search result for:

1

Arduino Uno Wind Speed Way 2

#include <math.h> #include <millisDelay.h> #define windSensorPin 2 millisDelay timerDelay; int windCounter = 0; float windSpeedM = 0; float windSpeedK = 0; int windPulse = 0; int pulses = 0; int startTest = 1; int windTest1 = 1; int windTest2 = 0; int windTimer = 1; int result = 1; int timerStart = 1; void setup() […]