Fertig

Dependencies:   mbed

Fork of RT2_P3_students by TeamSurface

Revision:
7:72982ede2ff6
Parent:
3:769ce5f06d3e
--- a/DiffCounter.h	Tue Apr 10 11:44:36 2018 +0000
+++ b/DiffCounter.h	Tue Apr 17 09:06:47 2018 +0000
@@ -1,3 +1,6 @@
+#ifndef DIFFCOUNTER_H_
+#define DIFFCOUNTER_H_
+
 class DiffCounter
 {
 public:
@@ -21,4 +24,6 @@
     double vel;
     double inc2rad;
 
-};
\ No newline at end of file
+};
+
+#endif /* DIFFCOUNTER_H_ */
\ No newline at end of file