added tiltdetection

This commit is contained in:
hhaupt
2024-06-11 13:25:04 +02:00
parent 92578f94b6
commit bcd03a6148
3 changed files with 101 additions and 24 deletions

View File

@ -60,7 +60,6 @@ void MultiColorLight::blink(uint16_t amount,uint32_t color, leds leds, uint32_t
MultiColorLight::turnOffLed(leds);
vTaskDelay(interval);
}
};
void MultiColorLight::turnOffLed(leds leds){