rusEFI
The most advanced open source ECU
|
todo: all this looks to be about internal ADC, merge this file with adc_inputs.h? these macro are also used in simulator so maybe not really merging with adc_inputs.h until simulator get's it's own implementation?
Definition in file adc_math.h.
Functions | |
expected< float > | adcGetRawVoltage (const char *msg, adc_channel_e channel) |
expected< float > | adcGetScaledVoltage (const char *msg, adc_channel_e channel) |
expected< float > adcGetRawVoltage | ( | const char * | msg, |
adc_channel_e | channel | ||
) |
Definition at line 78 of file adc_inputs.cpp.
Referenced by adcGetScaledVoltage(), adcPrintChannelReport(), AdcSubscription::PrintInfo(), printMAPInfo(), and AdcSubscription::UpdateSubscribers().
expected< float > adcGetScaledVoltage | ( | const char * | msg, |
adc_channel_e | channel | ||
) |
Definition at line 91 of file adc_inputs.cpp.
Referenced by adcPrintChannelReport(), getAfr(), and updateRawSensors().