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 245cf6a commit 6a4ec77Copy full SHA for 6a4ec77
src/Arduino_AlvikCarrier.cpp
@@ -87,6 +87,7 @@ int Arduino_AlvikCarrier::begin(){
87
beginLeds();
88
89
serial->begin(UART_BAUD);
90
+ serial->flush();
91
92
// setup alternate functions
93
AF_Tim2_pwm();
src/robotics/kinematics.h
@@ -174,7 +174,6 @@ class Kinematics{
174
delta_left=0.0;
175
delta_right=0.0;
176
delta_travel=0.0;
177
-
178
}
179
180
void resetTravel(){
0 commit comments