This is a personal hobby project. All source code (including 3D components, circuit diagrams, source code) are opened under GPL license. Feel free to make one by yourself. Happy Making!
-
-
-
-
-
-
-
diff --git a/software/files/normal_mode.png b/software/archive/files/normal_mode.png
similarity index 100%
rename from software/files/normal_mode.png
rename to software/archive/files/normal_mode.png
diff --git a/software/files/setting_mode.png b/software/archive/files/setting_mode.png
similarity index 100%
rename from software/files/setting_mode.png
rename to software/archive/files/setting_mode.png
diff --git a/software/hexapod7697/.gitignore b/software/archive/hexapod7697/.gitignore
similarity index 100%
rename from software/hexapod7697/.gitignore
rename to software/archive/hexapod7697/.gitignore
diff --git a/software/hexapod7697/hexapod7697.ino b/software/archive/hexapod7697/hexapod7697.ino
similarity index 100%
rename from software/hexapod7697/hexapod7697.ino
rename to software/archive/hexapod7697/hexapod7697.ino
diff --git a/software/hexapod7697/src/hexapod/base.h b/software/archive/hexapod7697/src/hexapod/base.h
similarity index 100%
rename from software/hexapod7697/src/hexapod/base.h
rename to software/archive/hexapod7697/src/hexapod/base.h
diff --git a/software/hexapod7697/src/hexapod/config.h b/software/archive/hexapod7697/src/hexapod/config.h
similarity index 100%
rename from software/hexapod7697/src/hexapod/config.h
rename to software/archive/hexapod7697/src/hexapod/config.h
diff --git a/software/hexapod7697/src/hexapod/debug.cpp b/software/archive/hexapod7697/src/hexapod/debug.cpp
similarity index 100%
rename from software/hexapod7697/src/hexapod/debug.cpp
rename to software/archive/hexapod7697/src/hexapod/debug.cpp
diff --git a/software/hexapod7697/src/hexapod/debug.h b/software/archive/hexapod7697/src/hexapod/debug.h
similarity index 100%
rename from software/hexapod7697/src/hexapod/debug.h
rename to software/archive/hexapod7697/src/hexapod/debug.h
diff --git a/software/hexapod7697/src/hexapod/hal/pwm.cpp b/software/archive/hexapod7697/src/hexapod/hal/pwm.cpp
similarity index 100%
rename from software/hexapod7697/src/hexapod/hal/pwm.cpp
rename to software/archive/hexapod7697/src/hexapod/hal/pwm.cpp
diff --git a/software/hexapod7697/src/hexapod/hal/pwm.h b/software/archive/hexapod7697/src/hexapod/hal/pwm.h
similarity index 100%
rename from software/hexapod7697/src/hexapod/hal/pwm.h
rename to software/archive/hexapod7697/src/hexapod/hal/pwm.h
diff --git a/software/hexapod7697/src/hexapod/hexapod.cpp b/software/archive/hexapod7697/src/hexapod/hexapod.cpp
similarity index 100%
rename from software/hexapod7697/src/hexapod/hexapod.cpp
rename to software/archive/hexapod7697/src/hexapod/hexapod.cpp
diff --git a/software/hexapod7697/src/hexapod/hexapod.h b/software/archive/hexapod7697/src/hexapod/hexapod.h
similarity index 100%
rename from software/hexapod7697/src/hexapod/hexapod.h
rename to software/archive/hexapod7697/src/hexapod/hexapod.h
diff --git a/software/hexapod7697/src/hexapod/leg.cpp b/software/archive/hexapod7697/src/hexapod/leg.cpp
similarity index 100%
rename from software/hexapod7697/src/hexapod/leg.cpp
rename to software/archive/hexapod7697/src/hexapod/leg.cpp
diff --git a/software/hexapod7697/src/hexapod/leg.h b/software/archive/hexapod7697/src/hexapod/leg.h
similarity index 100%
rename from software/hexapod7697/src/hexapod/leg.h
rename to software/archive/hexapod7697/src/hexapod/leg.h
diff --git a/software/hexapod7697/src/hexapod/movement.cpp b/software/archive/hexapod7697/src/hexapod/movement.cpp
similarity index 100%
rename from software/hexapod7697/src/hexapod/movement.cpp
rename to software/archive/hexapod7697/src/hexapod/movement.cpp
diff --git a/software/hexapod7697/src/hexapod/movement.h b/software/archive/hexapod7697/src/hexapod/movement.h
similarity index 100%
rename from software/hexapod7697/src/hexapod/movement.h
rename to software/archive/hexapod7697/src/hexapod/movement.h
diff --git a/software/hexapod7697/src/hexapod/movement_table.h b/software/archive/hexapod7697/src/hexapod/movement_table.h
similarity index 100%
rename from software/hexapod7697/src/hexapod/movement_table.h
rename to software/archive/hexapod7697/src/hexapod/movement_table.h
diff --git a/software/hexapod7697/src/hexapod/movements.cpp b/software/archive/hexapod7697/src/hexapod/movements.cpp
similarity index 100%
rename from software/hexapod7697/src/hexapod/movements.cpp
rename to software/archive/hexapod7697/src/hexapod/movements.cpp
diff --git a/software/hexapod7697/src/hexapod/servo.cpp b/software/archive/hexapod7697/src/hexapod/servo.cpp
similarity index 100%
rename from software/hexapod7697/src/hexapod/servo.cpp
rename to software/archive/hexapod7697/src/hexapod/servo.cpp
diff --git a/software/hexapod7697/src/hexapod/servo.h b/software/archive/hexapod7697/src/hexapod/servo.h
similarity index 100%
rename from software/hexapod7697/src/hexapod/servo.h
rename to software/archive/hexapod7697/src/hexapod/servo.h
diff --git a/software/hexapod7697/src/linkit_control/ui_controls.cpp b/software/archive/hexapod7697/src/linkit_control/ui_controls.cpp
similarity index 100%
rename from software/hexapod7697/src/linkit_control/ui_controls.cpp
rename to software/archive/hexapod7697/src/linkit_control/ui_controls.cpp
diff --git a/software/hexapod7697/src/linkit_control/ui_controls.h b/software/archive/hexapod7697/src/linkit_control/ui_controls.h
similarity index 100%
rename from software/hexapod7697/src/linkit_control/ui_controls.h
rename to software/archive/hexapod7697/src/linkit_control/ui_controls.h
diff --git a/software/hexapod7697/src/normal_mode.cpp b/software/archive/hexapod7697/src/normal_mode.cpp
similarity index 100%
rename from software/hexapod7697/src/normal_mode.cpp
rename to software/archive/hexapod7697/src/normal_mode.cpp
diff --git a/software/hexapod7697/src/normal_mode.h b/software/archive/hexapod7697/src/normal_mode.h
similarity index 100%
rename from software/hexapod7697/src/normal_mode.h
rename to software/archive/hexapod7697/src/normal_mode.h
diff --git a/software/hexapod7697/src/setting_mode.cpp b/software/archive/hexapod7697/src/setting_mode.cpp
similarity index 100%
rename from software/hexapod7697/src/setting_mode.cpp
rename to software/archive/hexapod7697/src/setting_mode.cpp
diff --git a/software/hexapod7697/src/setting_mode.h b/software/archive/hexapod7697/src/setting_mode.h
similarity index 100%
rename from software/hexapod7697/src/setting_mode.h
rename to software/archive/hexapod7697/src/setting_mode.h
diff --git a/software/pathTool/fabfile.py b/software/archive/pathTool/fabfile.py
similarity index 100%
rename from software/pathTool/fabfile.py
rename to software/archive/pathTool/fabfile.py
diff --git a/software/pathTool/src/config.py b/software/archive/pathTool/src/config.py
similarity index 100%
rename from software/pathTool/src/config.py
rename to software/archive/pathTool/src/config.py
diff --git a/software/pathTool/src/kinematics.py b/software/archive/pathTool/src/kinematics.py
similarity index 100%
rename from software/pathTool/src/kinematics.py
rename to software/archive/pathTool/src/kinematics.py
diff --git a/software/pathTool/src/main.py b/software/archive/pathTool/src/main.py
similarity index 100%
rename from software/pathTool/src/main.py
rename to software/archive/pathTool/src/main.py
diff --git a/software/archive/pathTool/src/output/movement_table.h b/software/archive/pathTool/src/output/movement_table.h
new file mode 100644
index 0000000..66318aa
--- /dev/null
+++ b/software/archive/pathTool/src/output/movement_table.h
@@ -0,0 +1 @@
+../../../hexapod7697/src/hexapod/movement_table.h
\ No newline at end of file
diff --git a/software/pathTool/src/path/__init__.py b/software/archive/pathTool/src/path/__init__.py
similarity index 100%
rename from software/pathTool/src/path/__init__.py
rename to software/archive/pathTool/src/path/__init__.py
diff --git a/software/pathTool/src/path/backward.py b/software/archive/pathTool/src/path/backward.py
similarity index 100%
rename from software/pathTool/src/path/backward.py
rename to software/archive/pathTool/src/path/backward.py
diff --git a/software/pathTool/src/path/climb.py b/software/archive/pathTool/src/path/climb.py
similarity index 100%
rename from software/pathTool/src/path/climb.py
rename to software/archive/pathTool/src/path/climb.py
diff --git a/software/pathTool/src/path/forward.py b/software/archive/pathTool/src/path/forward.py
similarity index 100%
rename from software/pathTool/src/path/forward.py
rename to software/archive/pathTool/src/path/forward.py
diff --git a/software/pathTool/src/path/forwardfast.py b/software/archive/pathTool/src/path/forwardfast.py
similarity index 100%
rename from software/pathTool/src/path/forwardfast.py
rename to software/archive/pathTool/src/path/forwardfast.py
diff --git a/software/pathTool/src/path/lib.py b/software/archive/pathTool/src/path/lib.py
similarity index 100%
rename from software/pathTool/src/path/lib.py
rename to software/archive/pathTool/src/path/lib.py
diff --git a/software/pathTool/src/path/rotatex.py b/software/archive/pathTool/src/path/rotatex.py
similarity index 100%
rename from software/pathTool/src/path/rotatex.py
rename to software/archive/pathTool/src/path/rotatex.py
diff --git a/software/pathTool/src/path/rotatey.py b/software/archive/pathTool/src/path/rotatey.py
similarity index 100%
rename from software/pathTool/src/path/rotatey.py
rename to software/archive/pathTool/src/path/rotatey.py
diff --git a/software/pathTool/src/path/rotatez.py b/software/archive/pathTool/src/path/rotatez.py
similarity index 100%
rename from software/pathTool/src/path/rotatez.py
rename to software/archive/pathTool/src/path/rotatez.py
diff --git a/software/pathTool/src/path/shiftleft.py b/software/archive/pathTool/src/path/shiftleft.py
similarity index 100%
rename from software/pathTool/src/path/shiftleft.py
rename to software/archive/pathTool/src/path/shiftleft.py
diff --git a/software/pathTool/src/path/shiftright.py b/software/archive/pathTool/src/path/shiftright.py
similarity index 100%
rename from software/pathTool/src/path/shiftright.py
rename to software/archive/pathTool/src/path/shiftright.py
diff --git a/software/pathTool/src/path/turnleft.py b/software/archive/pathTool/src/path/turnleft.py
similarity index 100%
rename from software/pathTool/src/path/turnleft.py
rename to software/archive/pathTool/src/path/turnleft.py
diff --git a/software/pathTool/src/path/turnright.py b/software/archive/pathTool/src/path/turnright.py
similarity index 100%
rename from software/pathTool/src/path/turnright.py
rename to software/archive/pathTool/src/path/turnright.py
diff --git a/software/pathTool/src/path/twist.py b/software/archive/pathTool/src/path/twist.py
similarity index 100%
rename from software/pathTool/src/path/twist.py
rename to software/archive/pathTool/src/path/twist.py
diff --git a/software/pathTool/src/output/movement_table.h b/software/pathTool/src/output/movement_table.h
deleted file mode 120000
index 66318aa..0000000
--- a/software/pathTool/src/output/movement_table.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../hexapod7697/src/hexapod/movement_table.h
\ No newline at end of file