Resolve problems with examples not compiling or otherwise not functioning.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
* Example: Signal Test
|
||||
* Plays back the current signal strength level and morses out
|
||||
* it's call sign at the end. You will need a HandyTalkie (HT)
|
||||
* to test the output of this example.
|
||||
* to test the output of this example. You also need to
|
||||
* download the PCM library.
|
||||
* Connect the HamShield to your Arduino. Screw the antenna
|
||||
* into the HamShield RF jack. Plug a pair of headphones into
|
||||
* the HamShield. Connect the Arduino to wall power and then
|
||||
@@ -16,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#define DOT 100
|
||||
#define CALLSIGN "1ZZ9ZZ/B"
|
||||
char CALLSIGN[] = "1ZZ9ZZ/B";
|
||||
|
||||
/* Standard libraries and variable init */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user