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

Functions

expected< floatboardOverrideGppwm (size_t index)
 

Function Documentation

◆ boardOverrideGppwm()

expected< float > boardOverrideGppwm ( size_t  index)

Definition at line 49 of file gppwm_channel.cpp.

49 {
50 UNUSED(index);
51 return unexpected;
52}
UNUSED(samplingTimeSeconds)

Referenced by GppwmChannel::getOutput().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.