forked from lucysrausch/hoverboard-firmware-hack
modified the scope function
This commit is contained in:
@@ -103,6 +103,8 @@ int main(void) {
|
||||
}
|
||||
lastSpeedL = speedL;
|
||||
lastSpeedR = speedR;
|
||||
setScopeChannel(0, speedR);
|
||||
setScopeChannel(1, speedL);
|
||||
|
||||
// if(vel > milli_vel_cmd){
|
||||
// HAL_GPIO_WritePin(LED_PORT, LED_PIN, 1);
|
||||
|
Reference in New Issue
Block a user