MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / GetCurrentPowerVoltage

Method GetCurrentPowerVoltage

src/Platform/Platform.cpp:3868–3871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3866}
3867
3868float Platform::GetCurrentPowerVoltage() const noexcept
3869{
3870 return AdcReadingToPowerVoltage(currentVin);
3871}
3872
3873#endif
3874

Callers 3

Platform.cppFile · 0.80
SpinMethod · 0.80
DoTuningStepMethod · 0.80

Calls 1

AdcReadingToPowerVoltageFunction · 0.85

Tested by

no test coverage detected