updated motor move to function signiture
This commit is contained in:
parent
da7a6e46e8
commit
98c9fde2b9
1 changed files with 2 additions and 2 deletions
|
@ -112,10 +112,10 @@ uint16_t ReadADC(void);
|
|||
|
||||
|
||||
/**
|
||||
* @brief Reads the ADC pin
|
||||
* @brief
|
||||
* @param
|
||||
*/
|
||||
void MotorMoveTo(uint8_t pos);
|
||||
void MotorMoveTo(uint8_t target);
|
||||
|
||||
/**
|
||||
* @brief
|
||||
|
|
Loading…
Add table
Reference in a new issue