From 5a73c8722febfce60e6025941c5c9e42e7bbcc95 Mon Sep 17 00:00:00 2001 From: Fisch Date: Tue, 3 Dec 2019 22:21:13 +0100 Subject: [PATCH] small changes --- .../controller_stm_PotiTest_NewFoc.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/02_Arduino/controller_stm_PotiTest_NewFoc/controller_stm_PotiTest_NewFoc.ino b/02_Arduino/controller_stm_PotiTest_NewFoc/controller_stm_PotiTest_NewFoc.ino index 0419da5..562ae97 100644 --- a/02_Arduino/controller_stm_PotiTest_NewFoc/controller_stm_PotiTest_NewFoc.ino +++ b/02_Arduino/controller_stm_PotiTest_NewFoc/controller_stm_PotiTest_NewFoc.ino @@ -178,6 +178,7 @@ void loop() { int16_t speedvalue=constrain(analogRead(PIN_POTI)*1.0/MAXADCVALUE*1000, 0, 1000); SendSerial1(speedvalue,0); + Serial.println("-"); last_send = millis();