From dd49de0e239264282ad4df7320f91015da32b322 Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Wed, 5 Mar 2014 08:53:15 -0500 Subject: [PATCH] Update MotionMote.ino --- Examples/MotionMote/MotionMote.ino | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Examples/MotionMote/MotionMote.ino b/Examples/MotionMote/MotionMote.ino index 5f09126..6745a3f 100644 --- a/Examples/MotionMote/MotionMote.ino +++ b/Examples/MotionMote/MotionMote.ino @@ -5,8 +5,8 @@ // Library and code by Felix Rusu - felix@lowpowerlab.com // Get the RFM69 and SPIFlash library at: https://github.com/LowPowerLab/ -#include -#include +#include //get it here: https://www.github.com/lowpowerlab/rfm69 +#include //get it here: https://github.com/lowpowerlab/spiflash #include //get library from: https://github.com/rocketscream/Low-Power //writeup here: http://www.rocketscream.com/blog/2011/07/04/lightweight-low-power-arduino-library/ @@ -24,7 +24,6 @@ #define SERIAL_BAUD 115200 #define MOTIONPIN 1 //hardware interrupt 1 (D3) -int TRANSMITPERIOD = 300; //transmit a packet to gateway so often (in ms) RFM69 radio; volatile boolean motionDetected=false;