Fix examples to match Master branch.

This commit is contained in:
nick6x
2016-08-13 15:39:53 -07:00
parent c9a9320719
commit ad7d729010
7 changed files with 15 additions and 13 deletions

View File

@@ -1,12 +1,15 @@
/* Hamshield
* Example: Fox Hunt
* Plays a one minute tone at 10-13 minute intervals. Script
* will check to see if the channel is clear before it will
* transmit.
* Example: Functional Test
* This is a simple example to demonstrate HamShield receive
* and transmit functionality.
* Connect the HamShield to your Arduino. Screw the antenna
* into the HamShield RF jack. Connect the Arduino to wall power and then
* to your computer via USB. To test, set a HandyTalkie
* to 438MHz. You should hear a one-minute tone every 10-13 minutes.
* into the HamShield RF jack. Plug a pair of headphones into
* the HamShield. Connect the Arduino to wall power and then
* to your computer via USB. After uploading this program to
* your adruino, open the Serial Monitor. Serial Monitor will
* describe what you should be expecting to hear from your
* headphones. Tune a HandytTalkie to 446MHz to hear morse
* code example.
*/
#include <HamShield.h>