Add function to read PWM control values
This commit is contained in:
16
app/include/CorrelatePwmRpm.h
Normal file
16
app/include/CorrelatePwmRpm.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef CORRELATEPWMRPM_H_
|
||||
#define CORRELATEPWMRPM_H_
|
||||
|
||||
/*
|
||||
** What I need:
|
||||
** - All system RPM sensors
|
||||
** - All system PWM controls
|
||||
**
|
||||
** ToDo: Find which PWM controller affects which RPM sensor
|
||||
**
|
||||
*/
|
||||
class CorrelatePwmRpm {
|
||||
public:
|
||||
};
|
||||
|
||||
#endif // CORRELATEPWMRPM_H_
|
||||
Reference in New Issue
Block a user