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

Method OnProcessingCanMessage

src/Platform/Platform.cpp:3999–4003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3997}
3998
3999void Platform::OnProcessingCanMessage() noexcept
4000{
4001 whenLastCanMessageProcessed = millis();
4002 digitalWrite(ActLedPin, ActOnPolarity); // turn the ACT LED on
4003}
4004
4005#endif
4006

Callers 3

CanSenderLoopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected