ci lib-dep adjustment
This commit is contained in:
parent
64618b3315
commit
d9434f3010
|
|
@ -31,7 +31,6 @@
|
||||||
#include <RFM69.h> //get it here: https://www.github.com/lowpowerlab/rfm69
|
#include <RFM69.h> //get it here: https://www.github.com/lowpowerlab/rfm69
|
||||||
#include <LowPower.h> //get library from: https://github.com/lowpowerlab/lowpower
|
#include <LowPower.h> //get library from: https://github.com/lowpowerlab/lowpower
|
||||||
#include "U8glib.h" //get library from: https://code.google.com/p/u8glib/
|
#include "U8glib.h" //get library from: https://code.google.com/p/u8glib/
|
||||||
#include <SPIFlash.h> //get it here: https://github.com/lowpowerlab/spiflash
|
|
||||||
#include <SPI.h> //included with Arduino IDE (www.arduino.cc)
|
#include <SPI.h> //included with Arduino IDE (www.arduino.cc)
|
||||||
|
|
||||||
//****************************************************************************************************************
|
//****************************************************************************************************************
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,6 @@
|
||||||
// and copyright notices in any redistribution of this code
|
// and copyright notices in any redistribution of this code
|
||||||
// **********************************************************************************
|
// **********************************************************************************
|
||||||
#include <RFM69.h> //get it here: https://www.github.com/lowpowerlab/rfm69
|
#include <RFM69.h> //get it here: https://www.github.com/lowpowerlab/rfm69
|
||||||
#include <SPIFlash.h> //get it here: https://github.com/lowpowerlab/spiflash
|
|
||||||
#include <SPI.h> //included with Arduino IDE (www.arduino.cc)
|
#include <SPI.h> //included with Arduino IDE (www.arduino.cc)
|
||||||
#include <LowPower.h> //get library from: https://github.com/lowpowerlab/lowpower
|
#include <LowPower.h> //get library from: https://github.com/lowpowerlab/lowpower
|
||||||
//writeup here: http://www.rocketscream.com/blog/2011/07/04/lightweight-low-power-arduino-library/
|
//writeup here: http://www.rocketscream.com/blog/2011/07/04/lightweight-low-power-arduino-library/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue