generated from TDD-Templates/cmake_cpputest_template_avr
updated motor move to function signiture
This commit is contained in:
parent
da7a6e46e8
commit
98c9fde2b9
|
@ -112,10 +112,10 @@ uint16_t ReadADC(void);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Reads the ADC pin
|
* @brief
|
||||||
* @param
|
* @param
|
||||||
*/
|
*/
|
||||||
void MotorMoveTo(uint8_t pos);
|
void MotorMoveTo(uint8_t target);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief
|
* @brief
|
||||||
|
|
Loading…
Reference in New Issue