All checks were successful
Generate Documentation / build (push) Successful in 17s
13 lines
222 B
C
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(); |