ci lib-dep specificity test

This commit is contained in:
LowPowerLab 2016-11-21 16:48:45 -05:00
parent 2d148b10c9
commit 64618b3315
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,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 <RFM69_ATC.h> //get it here: https://github.com/lowpowerlab/RFM69 #include <RFM69_ATC.h> //get it here: https://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

View File

@ -12,7 +12,8 @@
"dependencies": "dependencies":
[ [
{ {
"name": "SPIFlash" "name": "SPIFlash",
"authors": "Felix Rusu"
} }
] ]
} }