Extracted led controlls in to seperate file

This commit is contained in:
2025-10-22 13:45:12 +02:00
parent a846a5e88f
commit bdf557d9e3
3 changed files with 48 additions and 28 deletions

4
include/ledControlls.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
void updateLeds(int volume);
void resetLeds();