Peripherals: make the dualdriver unset the sleep pin in the ctor
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e5c5df5373
commit
551b71f298
@ -43,6 +43,8 @@ public:
|
|||||||
right_.forward.enable();
|
right_.forward.enable();
|
||||||
right_.backward.enable();
|
right_.backward.enable();
|
||||||
|
|
||||||
|
sleep_pin_.set(false);
|
||||||
|
|
||||||
set(0, 0);
|
set(0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user