docu
This commit is contained in:
parent
eaa8ca721a
commit
e61b937350
192 changed files with 15344 additions and 6 deletions
control/src/drv
|
@ -560,7 +560,7 @@ void B15F::setServoPosition(uint16_t pos)
|
|||
{
|
||||
if(pos > 19000)
|
||||
throw DriverException("Impulslänge ist zu lang: " + std::to_string(pos));
|
||||
|
||||
|
||||
usart.clearInputBuffer();
|
||||
|
||||
uint8_t rq[] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue