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