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,3 +1,15 @@
/* Hamshield
* Example: Crystal Calibration
* This example allows you to calibrate the crystal clock
* through the Arduino Serial Monitor.
* 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.
* Type 'h' into the bar at the top of the Serial Monitor
* and click the "Send" button for more instructions.
*/
#define DDS_REFCLK_DEFAULT 38400
#define DDS_REFCLK_OFFSET 0
#define DDS_DEBUG_SERIAL