minor additions

This commit is contained in:
LowPowerLab 2017-02-03 11:56:20 -05:00
parent 3d4ebbffc1
commit 58f0288675
2 changed files with 8 additions and 0 deletions

View File

@ -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)

View File

@ -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)
####################################### #######################################