add comments, update library to Arduino 1.5 standard

This commit is contained in:
nick6x
2016-08-10 17:30:43 -07:00
parent d98eafb11a
commit 2907eaf02e
27 changed files with 170 additions and 34 deletions

View File

@@ -1,7 +1,13 @@
/*
Sends an SSTV test pattern
/* Hamshield
* Example: SSTV
* This program will transmit a test pattern. You will need
* SSTV receive equipment to test the output.
* 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. After uploading
* this program to your adruino, open the Serial Monitor to
* view the status of the program. Tune your SSTV to
* 446MHz to receive the image output.
*/
#define PWM_PIN 3