Added comments to potControlls
All checks were successful
Generate Documentation / build (push) Successful in 17s

This commit is contained in:
2025-10-31 14:58:54 +01:00
parent 5c1f331b0e
commit 40469c80c5
5 changed files with 37 additions and 2 deletions

View File

@@ -1,4 +1,13 @@
#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();