Update description

This commit is contained in:
Felix Rusu 2014-10-17 12:53:09 -04:00
parent 23be1a3ebe
commit a4d0494235
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
// Sample RFM69 sketch for the MotionOLED mote containing the OLED // 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 // Library and code by Felix Rusu - felix@lowpowerlab.com
// Get libraries at: https://github.com/LowPowerLab/ // Get libraries at: https://github.com/LowPowerLab/
// Make sure you adjust the settings in the configuration section below !!! // Make sure you adjust the settings in the configuration section below !!!