MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / blink_loading

Method blink_loading

OpenHD/ohd_common/src/openhd_led.cpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void openhd::LEDManager::blink_loading() {
206 blink_leds_slow(std::chrono::milliseconds(200));
207}
208
209void openhd::LEDManager::blink_error() {
210 blink_leds_alternating(std::chrono::milliseconds(50), m_running);

Callers

nothing calls this directly

Calls 1

blink_leds_slowFunction · 0.85

Tested by

no test coverage detected