Remove led::value

This commit is contained in:
Adam Honse
2026-06-04 23:49:11 -05:00
parent c3bd47fe60
commit fd31956aaa
72 changed files with 251 additions and 270 deletions

View File

@@ -186,7 +186,7 @@ void AMBXController::SetLEDColor(unsigned int led, RGBColor color)
std::this_thread::sleep_for(std::chrono::milliseconds(2));
}
void AMBXController::SetLEDColors(unsigned int* leds, RGBColor* colors, unsigned int count)
void AMBXController::SetLEDColors(const unsigned int* leds, RGBColor* colors, unsigned int count)
{
for(unsigned int i = 0; i < count; i++)
{