Update MotionMote.ino

This commit is contained in:
Felix Rusu 2014-09-12 11:30:40 -04:00
parent 808449bab0
commit 2c5b86da02
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@
#include <RFM69.h> //get it here: https://www.github.com/lowpowerlab/rfm69
#include <SPI.h> //get it here: https://github.com/lowpowerlab/spiflash
#include <LowPower.h> //get library from: https://github.com/rocketscream/Low-Power
//writeup here: http://www.rocketscream.com/blog/2011/07/04/lightweight-low-power-arduino-library/
#include <LowPower.h> //get library from: https://github.com/LowPowerLab/LowPower
#define NODEID 18 //unique for each node on same network
#define NETWORKID 100 //the same on all nodes that talk to each other