Add comments, some standardizing

This commit is contained in:
nick6x
2016-08-13 19:25:46 -07:00
parent 06cb3f24ed
commit 7a07bd3056
10 changed files with 102 additions and 25 deletions

View File

@@ -1,9 +1,15 @@
/*
Record sound and then plays it back a few times.
Very low sound quality @ 2KHz 0.75 seconds
A bit robotic and weird
/* Hamshield
* Example: Parrot
* Record sound and then plays it back a few times. Very low
* sound quality @ 2KHz 0.75 seconds. A bit robotic and weird.
* You will need a HandyTalkie (HT) to test the output of this
* example.
* Connect the HamShield to your Arduino. Screw the antenna
* into the HamShield RF jack. Plug a pair of headphones with
* built-in mic into the HamShield. Connect the Arduino to
* wall power and then to your computer via USB. To test the
* output, tune you HT to 446MHz. Recording should be repeated
* ten times.
*/
#include <HamShield.h>