diff --git a/Examples/OLEDMote/OLEDMote.ino b/Examples/OLEDMote/OLEDMote.ino index 7af6017..722de0d 100644 --- a/Examples/OLEDMote/OLEDMote.ino +++ b/Examples/OLEDMote/OLEDMote.ino @@ -6,8 +6,7 @@ // Make sure you adjust the settings in the configuration section below !!! // ********************************************************************************** -// Copyright Felix Rusu, LowPowerLab.com -// Library and code by Felix Rusu - felix@lowpowerlab.com +// Copyright Felix Rusu 2016, http://www.LowPowerLab.com/contact // ********************************************************************************** // License // ********************************************************************************** @@ -22,18 +21,18 @@ // implied warranty of MERCHANTABILITY or FITNESS FOR A // PARTICULAR PURPOSE. See the GNU General Public // License for more details. -// +// // Licence can be viewed at // http://www.gnu.org/licenses/gpl-3.0.txt // // Please maintain this license information along with authorship // and copyright notices in any redistribution of this code // ********************************************************************************** - #include //get it here: https://www.github.com/lowpowerlab/rfm69 -#include #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) //**************************************************************************************************************** //**** IMPORTANT RADIO SETTINGS - YOU MUST CHANGE/CONFIGURE TO MATCH YOUR HARDWARE TRANSCEIVER CONFIGURATION! **** diff --git a/Examples/SonarMote/SonarMote_DistanceTracker/SonarMote_DistanceTracker.ino b/Examples/SonarMote/SonarMote_DistanceTracker/SonarMote_DistanceTracker.ino index b41cb2a..fcf667d 100644 --- a/Examples/SonarMote/SonarMote_DistanceTracker/SonarMote_DistanceTracker.ino +++ b/Examples/SonarMote/SonarMote_DistanceTracker/SonarMote_DistanceTracker.ino @@ -16,8 +16,7 @@ // Make sure you adjust the settings in the configuration section below !!! // ********************************************************************************** -// Copyright Felix Rusu, LowPowerLab.com -// Library and code by Felix Rusu - felix@lowpowerlab.com +// Copyright Felix Rusu 2016, http://www.LowPowerLab.com/contact // ********************************************************************************** // License // ********************************************************************************** @@ -33,18 +32,15 @@ // PARTICULAR PURPOSE. See the GNU General Public // License for more details. // -// You should have received a copy of the GNU General -// Public License along with this program. -// If not, see . -// // Licence can be viewed at // http://www.gnu.org/licenses/gpl-3.0.txt // // Please maintain this license information along with authorship // and copyright notices in any redistribution of this code // ********************************************************************************** -#include #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/ diff --git a/Examples/TxRxBlinky/TxRxBlinky.ino b/Examples/TxRxBlinky/TxRxBlinky.ino index 7f8f02f..02c2bf2 100644 --- a/Examples/TxRxBlinky/TxRxBlinky.ino +++ b/Examples/TxRxBlinky/TxRxBlinky.ino @@ -47,6 +47,7 @@ // ********************************************************************************** #include //get it here: https://www.github.com/lowpowerlab/rfm69 #include //get it here: https://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