From d9434f3010d920c4a37127453f332f643fcd842b Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Mon, 21 Nov 2016 16:56:04 -0500 Subject: [PATCH] ci lib-dep adjustment --- Examples/OLEDMote/OLEDMote.ino | 1 - .../SonarMote_DistanceTracker/SonarMote_DistanceTracker.ino | 1 - 2 files changed, 2 deletions(-) diff --git a/Examples/OLEDMote/OLEDMote.ino b/Examples/OLEDMote/OLEDMote.ino index 722de0d..3bfeba7 100644 --- a/Examples/OLEDMote/OLEDMote.ino +++ b/Examples/OLEDMote/OLEDMote.ino @@ -31,7 +31,6 @@ #include //get it here: https://www.github.com/lowpowerlab/rfm69 #include //get library from: https://github.com/lowpowerlab/lowpower #include "U8glib.h" //get library from: https://code.google.com/p/u8glib/ -#include //get it here: https://github.com/lowpowerlab/spiflash #include //included with Arduino IDE (www.arduino.cc) //**************************************************************************************************************** diff --git a/Examples/SonarMote/SonarMote_DistanceTracker/SonarMote_DistanceTracker.ino b/Examples/SonarMote/SonarMote_DistanceTracker/SonarMote_DistanceTracker.ino index fcf667d..b11329c 100644 --- a/Examples/SonarMote/SonarMote_DistanceTracker/SonarMote_DistanceTracker.ino +++ b/Examples/SonarMote/SonarMote_DistanceTracker/SonarMote_DistanceTracker.ino @@ -39,7 +39,6 @@ // and copyright notices in any redistribution of this code // ********************************************************************************** #include //get it here: https://www.github.com/lowpowerlab/rfm69 -#include //get it here: https://github.com/lowpowerlab/spiflash #include //included with Arduino IDE (www.arduino.cc) #include //get library from: https://github.com/lowpowerlab/lowpower //writeup here: http://www.rocketscream.com/blog/2011/07/04/lightweight-low-power-arduino-library/