From 31d62328bae3eaa9dc8f6545747dc55d3534ab3b Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 29 Dec 2013 22:53:04 -0500 Subject: [PATCH] Organizing the arduino things a bit --- arduino/BinaryDice/Makefile | 1 - arduino/ConnecticutHalftime/Makefile | 1 - arduino/DebounceButton/Makefile | 1 - arduino/DiceWithButton/Makefile | 1 - arduino/HelloWorld/Makefile | 1 - arduino/LEDSwitch/Makefile | 1 - arduino/MoreReliableSwitch/Makefile | 1 - arduino/SerialEcho/Makefile | 1 - arduino/SimpleButton/Makefile | 1 - arduino/UnreliableSwitch/Makefile | 1 - arduino/{ => misc}/ConnecticutHalftime/ConnecticutHalftime.ino | 0 arduino/misc/ConnecticutHalftime/Makefile | 1 + arduino/misc/SerialEcho/Makefile | 1 + arduino/{ => misc}/SerialEcho/SerialEcho.ino | 0 arduino/{ => msaqsg/ch01}/HelloWorld/HelloWorld.ino | 0 arduino/msaqsg/ch01/HelloWorld/Makefile | 1 + arduino/{ => msaqsg/ch02}/LEDSwitch/LEDSwitch.ino | 0 arduino/msaqsg/ch02/LEDSwitch/Makefile | 1 + arduino/{ => msaqsg/ch03}/BinaryDice/BinaryDice.ino | 0 arduino/msaqsg/ch03/BinaryDice/Makefile | 1 + arduino/{ => msaqsg/ch03}/DebounceButton/DebounceButton.ino | 0 arduino/msaqsg/ch03/DebounceButton/Makefile | 1 + arduino/{ => msaqsg/ch03}/DiceWithButton/DiceWithButton.ino | 0 arduino/msaqsg/ch03/DiceWithButton/Makefile | 1 + arduino/msaqsg/ch03/MoreReliableSwitch/Makefile | 1 + .../{ => msaqsg/ch03}/MoreReliableSwitch/MoreReliableSwitch.ino | 0 arduino/msaqsg/ch03/SimpleButton/Makefile | 1 + arduino/{ => msaqsg/ch03}/SimpleButton/SimpleButton.ino | 0 arduino/msaqsg/ch03/UnreliableSwitch/Makefile | 1 + arduino/{ => msaqsg/ch03}/UnreliableSwitch/UnreliableSwitch.ino | 0 30 files changed, 10 insertions(+), 10 deletions(-) delete mode 120000 arduino/BinaryDice/Makefile delete mode 120000 arduino/ConnecticutHalftime/Makefile delete mode 120000 arduino/DebounceButton/Makefile delete mode 120000 arduino/DiceWithButton/Makefile delete mode 120000 arduino/HelloWorld/Makefile delete mode 120000 arduino/LEDSwitch/Makefile delete mode 120000 arduino/MoreReliableSwitch/Makefile delete mode 120000 arduino/SerialEcho/Makefile delete mode 120000 arduino/SimpleButton/Makefile delete mode 120000 arduino/UnreliableSwitch/Makefile rename arduino/{ => misc}/ConnecticutHalftime/ConnecticutHalftime.ino (100%) create mode 120000 arduino/misc/ConnecticutHalftime/Makefile create mode 120000 arduino/misc/SerialEcho/Makefile rename arduino/{ => misc}/SerialEcho/SerialEcho.ino (100%) rename arduino/{ => msaqsg/ch01}/HelloWorld/HelloWorld.ino (100%) create mode 120000 arduino/msaqsg/ch01/HelloWorld/Makefile rename arduino/{ => msaqsg/ch02}/LEDSwitch/LEDSwitch.ino (100%) create mode 120000 arduino/msaqsg/ch02/LEDSwitch/Makefile rename arduino/{ => msaqsg/ch03}/BinaryDice/BinaryDice.ino (100%) create mode 120000 arduino/msaqsg/ch03/BinaryDice/Makefile rename arduino/{ => msaqsg/ch03}/DebounceButton/DebounceButton.ino (100%) create mode 120000 arduino/msaqsg/ch03/DebounceButton/Makefile rename arduino/{ => msaqsg/ch03}/DiceWithButton/DiceWithButton.ino (100%) create mode 120000 arduino/msaqsg/ch03/DiceWithButton/Makefile create mode 120000 arduino/msaqsg/ch03/MoreReliableSwitch/Makefile rename arduino/{ => msaqsg/ch03}/MoreReliableSwitch/MoreReliableSwitch.ino (100%) create mode 120000 arduino/msaqsg/ch03/SimpleButton/Makefile rename arduino/{ => msaqsg/ch03}/SimpleButton/SimpleButton.ino (100%) create mode 120000 arduino/msaqsg/ch03/UnreliableSwitch/Makefile rename arduino/{ => msaqsg/ch03}/UnreliableSwitch/UnreliableSwitch.ino (100%) diff --git a/arduino/BinaryDice/Makefile b/arduino/BinaryDice/Makefile deleted file mode 120000 index 51c7f30..0000000 --- a/arduino/BinaryDice/Makefile +++ /dev/null @@ -1 +0,0 @@ -../arduino.mk \ No newline at end of file diff --git a/arduino/ConnecticutHalftime/Makefile b/arduino/ConnecticutHalftime/Makefile deleted file mode 120000 index 51c7f30..0000000 --- a/arduino/ConnecticutHalftime/Makefile +++ /dev/null @@ -1 +0,0 @@ -../arduino.mk \ No newline at end of file diff --git a/arduino/DebounceButton/Makefile b/arduino/DebounceButton/Makefile deleted file mode 120000 index 51c7f30..0000000 --- a/arduino/DebounceButton/Makefile +++ /dev/null @@ -1 +0,0 @@ -../arduino.mk \ No newline at end of file diff --git a/arduino/DiceWithButton/Makefile b/arduino/DiceWithButton/Makefile deleted file mode 120000 index 51c7f30..0000000 --- a/arduino/DiceWithButton/Makefile +++ /dev/null @@ -1 +0,0 @@ -../arduino.mk \ No newline at end of file diff --git a/arduino/HelloWorld/Makefile b/arduino/HelloWorld/Makefile deleted file mode 120000 index 51c7f30..0000000 --- a/arduino/HelloWorld/Makefile +++ /dev/null @@ -1 +0,0 @@ -../arduino.mk \ No newline at end of file diff --git a/arduino/LEDSwitch/Makefile b/arduino/LEDSwitch/Makefile deleted file mode 120000 index 51c7f30..0000000 --- a/arduino/LEDSwitch/Makefile +++ /dev/null @@ -1 +0,0 @@ -../arduino.mk \ No newline at end of file diff --git a/arduino/MoreReliableSwitch/Makefile b/arduino/MoreReliableSwitch/Makefile deleted file mode 120000 index 51c7f30..0000000 --- a/arduino/MoreReliableSwitch/Makefile +++ /dev/null @@ -1 +0,0 @@ -../arduino.mk \ No newline at end of file diff --git a/arduino/SerialEcho/Makefile b/arduino/SerialEcho/Makefile deleted file mode 120000 index 51c7f30..0000000 --- a/arduino/SerialEcho/Makefile +++ /dev/null @@ -1 +0,0 @@ -../arduino.mk \ No newline at end of file diff --git a/arduino/SimpleButton/Makefile b/arduino/SimpleButton/Makefile deleted file mode 120000 index 51c7f30..0000000 --- a/arduino/SimpleButton/Makefile +++ /dev/null @@ -1 +0,0 @@ -../arduino.mk \ No newline at end of file diff --git a/arduino/UnreliableSwitch/Makefile b/arduino/UnreliableSwitch/Makefile deleted file mode 120000 index 51c7f30..0000000 --- a/arduino/UnreliableSwitch/Makefile +++ /dev/null @@ -1 +0,0 @@ -../arduino.mk \ No newline at end of file diff --git a/arduino/ConnecticutHalftime/ConnecticutHalftime.ino b/arduino/misc/ConnecticutHalftime/ConnecticutHalftime.ino similarity index 100% rename from arduino/ConnecticutHalftime/ConnecticutHalftime.ino rename to arduino/misc/ConnecticutHalftime/ConnecticutHalftime.ino diff --git a/arduino/misc/ConnecticutHalftime/Makefile b/arduino/misc/ConnecticutHalftime/Makefile new file mode 120000 index 0000000..c557791 --- /dev/null +++ b/arduino/misc/ConnecticutHalftime/Makefile @@ -0,0 +1 @@ +../../arduino.mk \ No newline at end of file diff --git a/arduino/misc/SerialEcho/Makefile b/arduino/misc/SerialEcho/Makefile new file mode 120000 index 0000000..c557791 --- /dev/null +++ b/arduino/misc/SerialEcho/Makefile @@ -0,0 +1 @@ +../../arduino.mk \ No newline at end of file diff --git a/arduino/SerialEcho/SerialEcho.ino b/arduino/misc/SerialEcho/SerialEcho.ino similarity index 100% rename from arduino/SerialEcho/SerialEcho.ino rename to arduino/misc/SerialEcho/SerialEcho.ino diff --git a/arduino/HelloWorld/HelloWorld.ino b/arduino/msaqsg/ch01/HelloWorld/HelloWorld.ino similarity index 100% rename from arduino/HelloWorld/HelloWorld.ino rename to arduino/msaqsg/ch01/HelloWorld/HelloWorld.ino diff --git a/arduino/msaqsg/ch01/HelloWorld/Makefile b/arduino/msaqsg/ch01/HelloWorld/Makefile new file mode 120000 index 0000000..bf3dbf5 --- /dev/null +++ b/arduino/msaqsg/ch01/HelloWorld/Makefile @@ -0,0 +1 @@ +../../../arduino.mk \ No newline at end of file diff --git a/arduino/LEDSwitch/LEDSwitch.ino b/arduino/msaqsg/ch02/LEDSwitch/LEDSwitch.ino similarity index 100% rename from arduino/LEDSwitch/LEDSwitch.ino rename to arduino/msaqsg/ch02/LEDSwitch/LEDSwitch.ino diff --git a/arduino/msaqsg/ch02/LEDSwitch/Makefile b/arduino/msaqsg/ch02/LEDSwitch/Makefile new file mode 120000 index 0000000..bf3dbf5 --- /dev/null +++ b/arduino/msaqsg/ch02/LEDSwitch/Makefile @@ -0,0 +1 @@ +../../../arduino.mk \ No newline at end of file diff --git a/arduino/BinaryDice/BinaryDice.ino b/arduino/msaqsg/ch03/BinaryDice/BinaryDice.ino similarity index 100% rename from arduino/BinaryDice/BinaryDice.ino rename to arduino/msaqsg/ch03/BinaryDice/BinaryDice.ino diff --git a/arduino/msaqsg/ch03/BinaryDice/Makefile b/arduino/msaqsg/ch03/BinaryDice/Makefile new file mode 120000 index 0000000..bf3dbf5 --- /dev/null +++ b/arduino/msaqsg/ch03/BinaryDice/Makefile @@ -0,0 +1 @@ +../../../arduino.mk \ No newline at end of file diff --git a/arduino/DebounceButton/DebounceButton.ino b/arduino/msaqsg/ch03/DebounceButton/DebounceButton.ino similarity index 100% rename from arduino/DebounceButton/DebounceButton.ino rename to arduino/msaqsg/ch03/DebounceButton/DebounceButton.ino diff --git a/arduino/msaqsg/ch03/DebounceButton/Makefile b/arduino/msaqsg/ch03/DebounceButton/Makefile new file mode 120000 index 0000000..bf3dbf5 --- /dev/null +++ b/arduino/msaqsg/ch03/DebounceButton/Makefile @@ -0,0 +1 @@ +../../../arduino.mk \ No newline at end of file diff --git a/arduino/DiceWithButton/DiceWithButton.ino b/arduino/msaqsg/ch03/DiceWithButton/DiceWithButton.ino similarity index 100% rename from arduino/DiceWithButton/DiceWithButton.ino rename to arduino/msaqsg/ch03/DiceWithButton/DiceWithButton.ino diff --git a/arduino/msaqsg/ch03/DiceWithButton/Makefile b/arduino/msaqsg/ch03/DiceWithButton/Makefile new file mode 120000 index 0000000..bf3dbf5 --- /dev/null +++ b/arduino/msaqsg/ch03/DiceWithButton/Makefile @@ -0,0 +1 @@ +../../../arduino.mk \ No newline at end of file diff --git a/arduino/msaqsg/ch03/MoreReliableSwitch/Makefile b/arduino/msaqsg/ch03/MoreReliableSwitch/Makefile new file mode 120000 index 0000000..bf3dbf5 --- /dev/null +++ b/arduino/msaqsg/ch03/MoreReliableSwitch/Makefile @@ -0,0 +1 @@ +../../../arduino.mk \ No newline at end of file diff --git a/arduino/MoreReliableSwitch/MoreReliableSwitch.ino b/arduino/msaqsg/ch03/MoreReliableSwitch/MoreReliableSwitch.ino similarity index 100% rename from arduino/MoreReliableSwitch/MoreReliableSwitch.ino rename to arduino/msaqsg/ch03/MoreReliableSwitch/MoreReliableSwitch.ino diff --git a/arduino/msaqsg/ch03/SimpleButton/Makefile b/arduino/msaqsg/ch03/SimpleButton/Makefile new file mode 120000 index 0000000..bf3dbf5 --- /dev/null +++ b/arduino/msaqsg/ch03/SimpleButton/Makefile @@ -0,0 +1 @@ +../../../arduino.mk \ No newline at end of file diff --git a/arduino/SimpleButton/SimpleButton.ino b/arduino/msaqsg/ch03/SimpleButton/SimpleButton.ino similarity index 100% rename from arduino/SimpleButton/SimpleButton.ino rename to arduino/msaqsg/ch03/SimpleButton/SimpleButton.ino diff --git a/arduino/msaqsg/ch03/UnreliableSwitch/Makefile b/arduino/msaqsg/ch03/UnreliableSwitch/Makefile new file mode 120000 index 0000000..bf3dbf5 --- /dev/null +++ b/arduino/msaqsg/ch03/UnreliableSwitch/Makefile @@ -0,0 +1 @@ +../../../arduino.mk \ No newline at end of file diff --git a/arduino/UnreliableSwitch/UnreliableSwitch.ino b/arduino/msaqsg/ch03/UnreliableSwitch/UnreliableSwitch.ino similarity index 100% rename from arduino/UnreliableSwitch/UnreliableSwitch.ino rename to arduino/msaqsg/ch03/UnreliableSwitch/UnreliableSwitch.ino