From 29fc9d2d1e4094d0ed40f37d6a4cad2f39c3e8f7 Mon Sep 17 00:00:00 2001 From: nick6x Date: Sat, 27 Aug 2016 12:53:37 -0700 Subject: [PATCH] Move not functioning examples to FixMe folder. Fix typos. --- examples/AFSK_PacketTester/AFSK_PacketTester.ino | 2 +- examples/AFSK_SerialMessenger/AFSK_SerialMessenger.ino | 2 +- examples/AX25Receive/AX25Receive.ino | 2 +- examples/CrystalCalibration/CrystalCalibration.ino | 2 +- examples/FMBeacon/FMBeacon.ino | 2 +- examples/{ => FixMe}/HAMBot/HAMBot.ino | 2 +- examples/{ => FixMe}/Parrot/Parrot.ino | 0 examples/FunctionalTest/FunctionalTest.ino | 2 +- examples/Gauges/Gauges.ino | 2 +- examples/HandyTalkie/HandyTalkie.ino | 2 +- examples/JustTransmit/JustTransmit.ino | 2 +- examples/PSK31Transmit/PSK31Transmit.ino | 2 +- examples/QPSK63Transmit/QPSK63Transmit.ino | 2 +- examples/SSTV/SSTV.ino | 2 +- examples/SSTV_M1_Static/SSTV_M1_Static.ino | 2 +- examples/SerialTransceiver/SerialTransceiver.ino | 2 +- examples/SignalTest/SignalTest.ino | 2 +- 17 files changed, 16 insertions(+), 16 deletions(-) rename examples/{ => FixMe}/HAMBot/HAMBot.ino (97%) mode change 100755 => 100644 rename examples/{ => FixMe}/Parrot/Parrot.ino (100%) mode change 100755 => 100644 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/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/HAMBot/HAMBot.ino b/examples/FixMe/HAMBot/HAMBot.ino old mode 100755 new mode 100644 similarity index 97% rename from examples/HAMBot/HAMBot.ino rename to examples/FixMe/HAMBot/HAMBot.ino index d66048a..c5f3228 --- a/examples/HAMBot/HAMBot.ino +++ b/examples/FixMe/HAMBot/HAMBot.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, you can send commands from + * this program to your Arduino, you can send commands from * your DTMF equipment using the following list: * '4' => turn robot left * '6' => turn robot right diff --git a/examples/Parrot/Parrot.ino b/examples/FixMe/Parrot/Parrot.ino old mode 100755 new mode 100644 similarity index 100% rename from examples/Parrot/Parrot.ino rename to examples/FixMe/Parrot/Parrot.ino 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/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