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();
 }