Peripherals: make the dualdriver unset the sleep pin in the ctor
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Erki 2021-07-04 22:02:46 +03:00
parent e5c5df5373
commit 551b71f298

View File

@ -43,6 +43,8 @@ public:
right_.forward.enable();
right_.backward.enable();
sleep_pin_.set(false);
set(0, 0);
}