Add function to read PWM control values

This commit is contained in:
2022-08-02 22:29:14 +02:00
parent d6f0d9650c
commit 1da0844ae8
4 changed files with 57 additions and 14 deletions

View 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_