update examples
This commit is contained in:
parent
dd9a08cce5
commit
d8471441e8
|
|
@ -6,8 +6,7 @@
|
||||||
// Make sure you adjust the settings in the configuration section below !!!
|
// Make sure you adjust the settings in the configuration section below !!!
|
||||||
|
|
||||||
// **********************************************************************************
|
// **********************************************************************************
|
||||||
// Copyright Felix Rusu, LowPowerLab.com
|
// Copyright Felix Rusu 2016, http://www.LowPowerLab.com/contact
|
||||||
// Library and code by Felix Rusu - felix@lowpowerlab.com
|
|
||||||
// **********************************************************************************
|
// **********************************************************************************
|
||||||
// License
|
// License
|
||||||
// **********************************************************************************
|
// **********************************************************************************
|
||||||
|
|
@ -22,18 +21,18 @@
|
||||||
// implied warranty of MERCHANTABILITY or FITNESS FOR A
|
// implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||||
// PARTICULAR PURPOSE. See the GNU General Public
|
// PARTICULAR PURPOSE. See the GNU General Public
|
||||||
// License for more details.
|
// License for more details.
|
||||||
//
|
//
|
||||||
// Licence can be viewed at
|
// Licence can be viewed at
|
||||||
// http://www.gnu.org/licenses/gpl-3.0.txt
|
// http://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
//
|
//
|
||||||
// Please maintain this license information along with authorship
|
// Please maintain this license information along with authorship
|
||||||
// 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 <SPI.h>
|
|
||||||
#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)
|
||||||
|
|
||||||
//****************************************************************************************************************
|
//****************************************************************************************************************
|
||||||
//**** IMPORTANT RADIO SETTINGS - YOU MUST CHANGE/CONFIGURE TO MATCH YOUR HARDWARE TRANSCEIVER CONFIGURATION! ****
|
//**** IMPORTANT RADIO SETTINGS - YOU MUST CHANGE/CONFIGURE TO MATCH YOUR HARDWARE TRANSCEIVER CONFIGURATION! ****
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,7 @@
|
||||||
// Make sure you adjust the settings in the configuration section below !!!
|
// Make sure you adjust the settings in the configuration section below !!!
|
||||||
|
|
||||||
// **********************************************************************************
|
// **********************************************************************************
|
||||||
// Copyright Felix Rusu, LowPowerLab.com
|
// Copyright Felix Rusu 2016, http://www.LowPowerLab.com/contact
|
||||||
// Library and code by Felix Rusu - felix@lowpowerlab.com
|
|
||||||
// **********************************************************************************
|
// **********************************************************************************
|
||||||
// License
|
// License
|
||||||
// **********************************************************************************
|
// **********************************************************************************
|
||||||
|
|
@ -33,18 +32,15 @@
|
||||||
// PARTICULAR PURPOSE. See the GNU General Public
|
// PARTICULAR PURPOSE. See the GNU General Public
|
||||||
// License for more details.
|
// License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General
|
|
||||||
// Public License along with this program.
|
|
||||||
// If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
//
|
|
||||||
// Licence can be viewed at
|
// Licence can be viewed at
|
||||||
// http://www.gnu.org/licenses/gpl-3.0.txt
|
// http://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
//
|
//
|
||||||
// Please maintain this license information along with authorship
|
// Please maintain this license information along with authorship
|
||||||
// and copyright notices in any redistribution of this code
|
// and copyright notices in any redistribution of this code
|
||||||
// **********************************************************************************
|
// **********************************************************************************
|
||||||
#include <SPI.h>
|
|
||||||
#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 <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/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,7 @@
|
||||||
// **********************************************************************************
|
// **********************************************************************************
|
||||||
#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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue