Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Duet3D/RepRapFirmware
/ ErrorBeep
Method
ErrorBeep
src/Display/Display.cpp:365–368 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
363
}
364
365
void Display::ErrorBeep() noexcept
366
{
367
Beep(500, 1000);
368
}
369
370
// Caution: this may be called from within an ISR
371
void Display::StopBeep() noexcept
Callers
2
Adjust_SelectHelper
Method · 0.80
EncoderAction_ExecuteHelper
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected