Robert Marshall преди 5 години
родител
ревизия
03923aa6ba
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      Transmitter/src/main.cpp

+ 2 - 2
Transmitter/src/main.cpp

@@ -1,5 +1,5 @@
 #include <Arduino.h>
-#include <PIR.cpp>
+#include <Motion.cpp>
 #include <Transmitter.cpp>
 #include <Timer.cpp>
 #include <../../Common/LED.cpp>
@@ -48,6 +48,6 @@ void setup() {
 
 void loop() {
 	_motion.loop();
-	_timer.loop();
+	//_timer.loop();
 	_led.loop();
 }