rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions | Variables
tachometer.cpp File Reference

Functions

float getTachFreq ()
 
float getTachDuty ()
 

Variables

static SimplePwm tachControl ("tach")
 
static float tachFreq
 
static float duty
 

Function Documentation

◆ getTachDuty()

float getTachDuty ( )

Definition at line 24 of file tachometer.cpp.

24 {
25 return duty;
26}
static float duty

◆ getTachFreq()

float getTachFreq ( )

Definition at line 20 of file tachometer.cpp.

20 {
21 return tachFreq;
22}
static float tachFreq

Variable Documentation

◆ duty

float duty
static

◆ tachControl

SimplePwm tachControl("tach") ( "tach"  )
static

◆ tachFreq

float tachFreq
static

Definition at line 16 of file tachometer.cpp.

Referenced by getTachFreq(), and TachometerModule::onFastCallback().

Go to the source code of this file.