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

Method blink_okay

OpenHD/ohd_common/src/openhd_led.cpp:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void openhd::LEDManager::blink_okay() {
202 blink_leds_fast(std::chrono::milliseconds(50));
203}
204
205void openhd::LEDManager::blink_loading() {
206 blink_leds_slow(std::chrono::milliseconds(200));

Callers

nothing calls this directly

Calls 1

blink_leds_fastFunction · 0.85

Tested by

no test coverage detected