From 58f0288675a395b514940a449fb140f366b24c1f Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Fri, 3 Feb 2017 11:56:20 -0500 Subject: [PATCH] minor additions --- Examples/OLEDMote/OLEDMote.ino | 1 + keywords.txt | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/Examples/OLEDMote/OLEDMote.ino b/Examples/OLEDMote/OLEDMote.ino index 3bfeba7..c49ef72 100644 --- a/Examples/OLEDMote/OLEDMote.ino +++ b/Examples/OLEDMote/OLEDMote.ino @@ -29,6 +29,7 @@ // and copyright notices in any redistribution of this code // ********************************************************************************** #include //get it here: https://www.github.com/lowpowerlab/rfm69 +#include //get library from: https://www.github.com/lowpowerlab/spiflash #include //get library from: https://github.com/lowpowerlab/lowpower #include "U8glib.h" //get library from: https://code.google.com/p/u8glib/ #include //included with Arduino IDE (www.arduino.cc) diff --git a/keywords.txt b/keywords.txt index 3718380..189e8b6 100644 --- a/keywords.txt +++ b/keywords.txt @@ -52,6 +52,13 @@ waitForAck KEYWORD2 PrintHex83 KEYWORD2 resetUsingWatchdog KEYWORD2 +listenModeStart KEYWORD2 +listenModeEnd KEYWORD2 +listenModeHighSpeed KEYWORD2 +listenModeSetDurations KEYWORD2 +listenModeGetDurations KEYWORD2 +listenModeSendBurst KEYWORD2 + ####################################### # Constants (LITERAL1) #######################################