Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3868
float Platform::GetCurrentPowerVoltage() const noexcept
3869
{
3870
return AdcReadingToPowerVoltage(currentVin);
3871
}
3872
3873
#endif
3874
Callers
3
Platform.cpp
File · 0.80
Spin
Method · 0.80
DoTuningStep
Method · 0.80
Calls
1
AdcReadingToPowerVoltage
Function · 0.85
Tested by
no test coverage detected