We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471418a commit d7cfc36Copy full SHA for d7cfc36
src/Braccio++.h
@@ -65,7 +65,8 @@ class BraccioClass
65
BraccioClass();
66
67
inline bool begin() { return begin(nullptr); }
68
- bool begin(voidFuncPtr custom_menu, bool const wait_for_all_motor_connected = true);
+ inline bool begin(voidFuncPtr custom_menu) { return begin(custom_menu, true); }
69
+ bool begin(voidFuncPtr custom_menu, bool const wait_for_all_motor_connected);
70
71
void pingOn();
72
void pingOff();
0 commit comments