Added function to reset potentiometer
All checks were successful
Generate Documentation / build (push) Successful in 15s

This commit is contained in:
2025-11-02 14:18:01 +01:00
parent 7d31db7fcb
commit 57a7528ba3
3 changed files with 22 additions and 7 deletions

View File

@@ -22,4 +22,10 @@ bool debounceReadNC(int buttonPin);
* @brief Sets all the pins to their correct modes
*
*/
void setPinModes();
void setPinModes();
/**
* @brief Resets the potentiometer by setting the wiper all the way to the A pin
*
*/
void resetPotentiometer();