Added new function prototype
This commit is contained in:
parent
0652ebac20
commit
355b7eea87
1 changed files with 7 additions and 0 deletions
|
@ -110,6 +110,13 @@ void InitProg(void);
|
||||||
*/
|
*/
|
||||||
uint16_t ReadADC(void);
|
uint16_t ReadADC(void);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Reads the ADC pin
|
||||||
|
* @param
|
||||||
|
*/
|
||||||
|
void FaderMoveTo(uint8_t pos);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief
|
* @brief
|
||||||
* @param
|
* @param
|
||||||
|
|
Loading…
Add table
Reference in a new issue