Interface to a standard tarco sensor. Measure the periode and the cal the speed
Diff: Tarco.h
- Revision:
- 11:284b87a84cdd
- Parent:
- 8:2e6b17f1da02
- Child:
- 12:9269bd188bfa
--- a/Tarco.h Fri Nov 28 10:52:44 2014 +0000 +++ b/Tarco.h Tue Nov 10 12:28:18 2015 +0000 @@ -24,6 +24,7 @@ char tarcomode; float lastfrekvens; + float advfrekvens; int lastperiode; void Hird(); void RunMeanMeasure(); //Measure the tarco from a one puls /rotation source @@ -50,6 +51,7 @@ ********************************************************************************/ float RPM(); + }; #endif \ No newline at end of file