Added comments to ledControlls
All checks were successful
Generate Documentation / build (push) Successful in 15s

This commit is contained in:
2025-10-31 15:04:11 +01:00
parent 40469c80c5
commit 65c4f3d0ba
2 changed files with 30 additions and 0 deletions

View File

@@ -1,4 +1,14 @@
#pragma once
/**
* @brief This function sets all the LEDs to a default(LOW) state
*
*/
void updateLeds(int volume);
/**
* @brief This function turns on the correct LED depending on the current max(staff) volume
*
* @param volume The current max(staff) volume
*/
void resetLeds();