minor additions
This commit is contained in:
parent
3d4ebbffc1
commit
58f0288675
|
|
@ -29,6 +29,7 @@
|
||||||
// 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 library from: https://www.github.com/lowpowerlab/spiflash
|
||||||
#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 <SPI.h> //included with Arduino IDE (www.arduino.cc)
|
#include <SPI.h> //included with Arduino IDE (www.arduino.cc)
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,13 @@ waitForAck KEYWORD2
|
||||||
PrintHex83 KEYWORD2
|
PrintHex83 KEYWORD2
|
||||||
resetUsingWatchdog KEYWORD2
|
resetUsingWatchdog KEYWORD2
|
||||||
|
|
||||||
|
listenModeStart KEYWORD2
|
||||||
|
listenModeEnd KEYWORD2
|
||||||
|
listenModeHighSpeed KEYWORD2
|
||||||
|
listenModeSetDurations KEYWORD2
|
||||||
|
listenModeGetDurations KEYWORD2
|
||||||
|
listenModeSendBurst KEYWORD2
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
# Constants (LITERAL1)
|
# Constants (LITERAL1)
|
||||||
#######################################
|
#######################################
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue