diff --git a/examples/AFSK_PacketTester/AFSK_PacketTester.ino b/examples/AFSK_PacketTester/AFSK_PacketTester.ino index af09f9a..5f49547 100644 --- a/examples/AFSK_PacketTester/AFSK_PacketTester.ino +++ b/examples/AFSK_PacketTester/AFSK_PacketTester.ino @@ -5,7 +5,7 @@ * 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 + * this program to your Arduino, open the Serial Monitor to * monitor the process of the HamShield. Check for output on * AFSK receiver. diff --git a/examples/AFSK_SerialMessenger/AFSK_SerialMessenger.ino b/examples/AFSK_SerialMessenger/AFSK_SerialMessenger.ino index 701009f..59d4a45 100644 --- a/examples/AFSK_SerialMessenger/AFSK_SerialMessenger.ino +++ b/examples/AFSK_SerialMessenger/AFSK_SerialMessenger.ino @@ -4,7 +4,7 @@ * seperate AFSK receiver to test the output of this example. * Connect the HamShield to your Arduino. Screw the antenna * into the HamShield RF jack. After uploading this program - * to your adruino, open the Serial Monitor to monitor. Type + * to your Arduino, open the Serial Monitor to monitor. Type * a message under 254 characters into the bar at the top of * the monitor. Click the "Send" button. Check for output on * AFSK receiver. diff --git a/examples/AX25Receive/AX25Receive.ino b/examples/AX25Receive/AX25Receive.ino index d1fcfb1..6ec92f9 100644 --- a/examples/AX25Receive/AX25Receive.ino +++ b/examples/AX25Receive/AX25Receive.ino @@ -6,7 +6,7 @@ * 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 so you will see the AFSK + * Arduino, open the Serial Monitor so you will see the AFSK * packet. Send AFSK packet from AFSK equipment at 145.01MHz. * Note: add message receive code diff --git a/examples/CrystalCalibration/CrystalCalibration.ino b/examples/CrystalCalibration/CrystalCalibration.ino index 0f09655..5e7393b 100644 --- a/examples/CrystalCalibration/CrystalCalibration.ino +++ b/examples/CrystalCalibration/CrystalCalibration.ino @@ -5,7 +5,7 @@ * 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. + * this program to your Arduino, open the Serial Monitor. * Type 'h' into the bar at the top of the Serial Monitor * and click the "Send" button for more instructions. */ diff --git a/examples/DDS/DDS.ino b/examples/DDS/DDS.ino index 9f30ca1..e1139c7 100644 --- a/examples/DDS/DDS.ino +++ b/examples/DDS/DDS.ino @@ -1,6 +1,6 @@ /* Hamshield * Example: DDS - * This is a simple example to show hot to transmit arbitrary + * This is a simple example to show how to transmit arbitrary * tones. In this case, the sketh alternates between 1200Hz * and 2200Hz at 1s intervals. * Connect the HamShield to your Arduino. Screw the antenna diff --git a/examples/FMBeacon/FMBeacon.ino b/examples/FMBeacon/FMBeacon.ino index 07679f8..cf12f6c 100644 --- a/examples/FMBeacon/FMBeacon.ino +++ b/examples/FMBeacon/FMBeacon.ino @@ -6,7 +6,7 @@ * 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 + * this program to your Arduino, open the Serial Monitor to * monitor the status of the beacon. To test, set a HandyTalkie * to 438MHz. You should hear the message " KC7IBT ARDUINO * HAMSHIELD" in morse code. diff --git a/examples/FoxHunt/FoxHunt.ino b/examples/FoxHunt/FoxHunt.ino index b07ac23..3146e65 100755 --- a/examples/FoxHunt/FoxHunt.ino +++ b/examples/FoxHunt/FoxHunt.ino @@ -4,9 +4,10 @@ * will check to see if the channel is clear before it will * transmit. * 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. 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 + * followed by a callsign every 10-13 minutes. */ #include diff --git a/examples/FunctionalTest/FunctionalTest.ino b/examples/FunctionalTest/FunctionalTest.ino index b270a03..2f5a0bc 100644 --- a/examples/FunctionalTest/FunctionalTest.ino +++ b/examples/FunctionalTest/FunctionalTest.ino @@ -6,7 +6,7 @@ * 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 + * your Arduino, 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. diff --git a/examples/Gauges/Gauges.ino b/examples/Gauges/Gauges.ino index f2ecc8f..91418d3 100755 --- a/examples/Gauges/Gauges.ino +++ b/examples/Gauges/Gauges.ino @@ -6,7 +6,7 @@ * 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. You will see a + * your Arduino, open the Serial Monitor. You will see a * repeating display of different signal strengths. Ex: * * [....|....] -73 diff --git a/examples/HandyTalkie/HandyTalkie.ino b/examples/HandyTalkie/HandyTalkie.ino index 952960e..b1021b1 100644 --- a/examples/HandyTalkie/HandyTalkie.ino +++ b/examples/HandyTalkie/HandyTalkie.ino @@ -6,7 +6,7 @@ * 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. Press the button on + * your Arduino, open the Serial Monitor. Press the button on * the HamShield to begin setup. After setup is complete, type * your desired Tx/Rx frequency, in hertz, into the bar at the * top of the Serial Monitor and click the "Send" button. diff --git a/examples/JustTransmit/JustTransmit.ino b/examples/JustTransmit/JustTransmit.ino index 4a488df..789dc2a 100644 --- a/examples/JustTransmit/JustTransmit.ino +++ b/examples/JustTransmit/JustTransmit.ino @@ -5,7 +5,7 @@ * 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. After - * uploading this program to your adruino, open the Serial + * uploading this program to your Arduino, open the Serial * Monitor to monitor the program's progress. After setup is * complete, tune a HandyTalkie (HT) to 144.025MHz. Listen on * the HT for the HamShield broadcasting from the mic. diff --git a/examples/PSK31Transmit/PSK31Transmit.ino b/examples/PSK31Transmit/PSK31Transmit.ino index bcc26b0..ffaffd4 100644 --- a/examples/PSK31Transmit/PSK31Transmit.ino +++ b/examples/PSK31Transmit/PSK31Transmit.ino @@ -5,7 +5,7 @@ * 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, tune a PSK31 receiver and + * this program to your Arduino, tune a PSK31 receiver and * wait to receive the message "Why hello there, friend. * Nice to meet you. Welcome to PSK31. 73, VE6SLP sk" */ diff --git a/examples/Parrot/Parrot.ino b/examples/Parrot/Parrot.ino index 364f8d4..ada4c8f 100755 --- a/examples/Parrot/Parrot.ino +++ b/examples/Parrot/Parrot.ino @@ -8,11 +8,7 @@ * 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. To test the output, tune you HT to -<<<<<<< HEAD * 446MHz. The HamShield should make a recording of the next -======= - * 446MHz. The HamShield should make a recording ofthe next ->>>>>>> 8b8fd7a9a141e015aceecf604357ecf277df0c1f * broadcast on that frequncy. The recording should then be * repeated ten times by the HamShield. */ diff --git a/examples/QPSK63Transmit/QPSK63Transmit.ino b/examples/QPSK63Transmit/QPSK63Transmit.ino index e68ae76..f77a35b 100644 --- a/examples/QPSK63Transmit/QPSK63Transmit.ino +++ b/examples/QPSK63Transmit/QPSK63Transmit.ino @@ -5,7 +5,7 @@ * 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, tune a QPSK63 receiver and + * this program to your Arduino, tune a QPSK63 receiver and * wait to receive the message "Why hello there, friend. * Nice to meet you. Welcome to QPSK63. 73, VE6SLP sk" */ diff --git a/examples/SSTV/SSTV.ino b/examples/SSTV/SSTV.ino index 634aade..211341f 100755 --- a/examples/SSTV/SSTV.ino +++ b/examples/SSTV/SSTV.ino @@ -5,7 +5,7 @@ * 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 + * this program to your Arduino, open the Serial Monitor to * view the status of the program. Tune your SSTV to * 446MHz to receive the image output. */ diff --git a/examples/SSTV_M1_Static/SSTV_M1_Static.ino b/examples/SSTV_M1_Static/SSTV_M1_Static.ino index 5ac9858..4f542ec 100644 --- a/examples/SSTV_M1_Static/SSTV_M1_Static.ino +++ b/examples/SSTV_M1_Static/SSTV_M1_Static.ino @@ -5,7 +5,7 @@ * 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 + * this program to your Arduino, open the Serial Monitor to * view the status of the program. Tune your SSTV to * 145.5MHz to receive the image output. */ diff --git a/examples/SerialTransceiver/SerialTransceiver.ino b/examples/SerialTransceiver/SerialTransceiver.ino index 66cce13..e615149 100644 --- a/examples/SerialTransceiver/SerialTransceiver.ino +++ b/examples/SerialTransceiver/SerialTransceiver.ino @@ -6,7 +6,7 @@ * 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. Use the bar at the + * your Arduino, open the Serial Monitor. Use the bar at the * top of the serial monitor to enter commands as seen below. * * EXAMPLE: To change the repeater offset to 144.425MHz, diff --git a/examples/SignalTest/SignalTest.ino b/examples/SignalTest/SignalTest.ino index d07456a..3003f91 100755 --- a/examples/SignalTest/SignalTest.ino +++ b/examples/SignalTest/SignalTest.ino @@ -9,7 +9,7 @@ * 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. HamShield will print + * your Arduino, open the Serial Monitor. HamShield will print * the results of its signal test to the Serial Monitor. To * test with another HandyTalkie (HT), tune in to 446MHz and * listen for the call sign. Then key up on your HT and make