generated from TDD-Templates/cmake_cpputest_template_avr
Added new function prototype
This commit is contained in:
parent
0652ebac20
commit
355b7eea87
|
@ -110,6 +110,13 @@ void InitProg(void);
|
|||
*/
|
||||
uint16_t ReadADC(void);
|
||||
|
||||
|
||||
/**
|
||||
* @brief Reads the ADC pin
|
||||
* @param
|
||||
*/
|
||||
void FaderMoveTo(uint8_t pos);
|
||||
|
||||
/**
|
||||
* @brief
|
||||
* @param
|
||||
|
|
Loading…
Reference in New Issue