add init fonction

This commit is contained in:
Clement 2023-11-16 16:07:29 +01:00
parent 7cf9e88995
commit 8e8df97e68

View File

@ -58,9 +58,7 @@ void setup() {
M5.Lcd.setCursor(50, 120); M5.Lcd.setCursor(50, 120);
delay(1000); delay(1000);
M5.Lcd.println("Control Motor"); M5.Lcd.println("Control Motor");
Serial.println("\n\n\n\n\n0");
init(100, 755.906, 50); init(100, 755.906, 50);
Serial.println("\n\n\n\n\n000000000000000000");
} }