main.cpp: Sensoren einlesen und Motoren ansteuern

Dependencies:   mbed

Revision:
5:47262622a9bf
Parent:
0:9a3e7847a4be
--- a/EncoderCounter.cpp	Wed Apr 11 15:26:03 2018 +0000
+++ b/EncoderCounter.cpp	Mon Apr 16 12:44:48 2018 +0000
@@ -138,7 +138,7 @@
  */
 void EncoderCounter::reset() {
     
-    TIM->CNT = 0x0000;
+    TIM->CNT = 0x0000; 
 }
 
 /**