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

Method loading_loop

OpenHD/ohd_common/src/openhd_led.cpp:189–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void openhd::LEDManager::loading_loop() {
190 while (m_running) {
191 if (m_has_error) {
192 blink_error();
193 } else if (m_is_loading) {
194 blink_loading();
195 } else {
196 blink_okay();
197 }
198 }
199}
200
201void openhd::LEDManager::blink_okay() {
202 blink_leds_fast(std::chrono::milliseconds(50));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected