From a4d04942358310692f1c3ff0c8ba0b933d0c06e8 Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Fri, 17 Oct 2014 12:53:09 -0400 Subject: [PATCH] Update description --- Examples/OLEDMote/OLEDMote.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Examples/OLEDMote/OLEDMote.ino b/Examples/OLEDMote/OLEDMote.ino index 0204aa5..7ab07f5 100644 --- a/Examples/OLEDMote/OLEDMote.ino +++ b/Examples/OLEDMote/OLEDMote.ino @@ -1,5 +1,6 @@ // Sample RFM69 sketch for the MotionOLED mote containing the OLED -// Passes through any wireless received messages to the serial port & responds to ACKs +// Displays any messages on the network on the OLED display and beeps the buzzer every time a message is received +// The side button will step through 10 past received messages // Library and code by Felix Rusu - felix@lowpowerlab.com // Get libraries at: https://github.com/LowPowerLab/ // Make sure you adjust the settings in the configuration section below !!!