Added function to reset potentiometer
All checks were successful
Generate Documentation / build (push) Successful in 15s
All checks were successful
Generate Documentation / build (push) Successful in 15s
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user