Files
Arduino-Volume-Controller/include/potControlls.h
Lyubomir Penev 40469c80c5
All checks were successful
Generate Documentation / build (push) Successful in 17s
Added comments to potControlls
2025-10-31 14:58:54 +01:00

13 lines
222 B
C

#pragma once
/**
* @brief This function moves the potentiometer wiper one step to pin A
*
*/
void potIncrement();
/**
* @brief This function moves the potentiometer wiper one step to pin B
*
*/
void potDecrement();