Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hello Nigel,Go back a page or two on github, and you get an option to download the zip file.
GitHub - Jorge-Mendes/Agro-Shield: Arduino Shield for Precision Agriculture.
Arduino Shield for Precision Agriculture. Contribute to Jorge-Mendes/Agro-Shield development by creating an account on GitHub.github.com
The green box that says 'code' - click on it and select download zip
Yes I pasted the . cpp file also. Actually I'm a newbie in coding and I can't understand how to solve this problem. Could please you guide me to fix this error and compile this program properly?Did you paste also .cpp file? I think it needs to create object but it doest find constructor function.
Can you post yours code?
you'll need to find the library to suit the teensy 3.1 This is a 32bit processor so the basic 8 bit library will not be supported.
You need FreqMeasure Library, for Measuring Frequencies in the 0.1 to 1000 Hz range, or RPM Tachometer Applications (pjrc.com)
It says on t'web site.. FreqCount would be better as it counts up to 8Mhz.. freqmeasure is a little light, only up to 1Khz..
Are you measuring the gearbox sensor output?