#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();