diff --git a/arduino/Krabicka_hexagon_final.gif b/arduino/Krabicka_hexagon_final.gif new file mode 100644 index 0000000..ae2d4da Binary files /dev/null and b/arduino/Krabicka_hexagon_final.gif differ diff --git a/arduino/README.md b/arduino/README.md index be24b49..0d04c97 100644 --- a/arduino/README.md +++ b/arduino/README.md @@ -47,4 +47,8 @@ You can import the [3mf file](Krabicka_hexagon.3mf) to your slicer for printing. ## Customize your design -Open the [3D model](Krabicka_hexagon.FCStd) in FreeCAD to model your changes. \ No newline at end of file +Open the [3D model](Krabicka_hexagon.FCStd) in FreeCAD to model your changes. + +## Final Product + +![Hexagon](Krabicka_hexagon_final.gif) diff --git a/arduino/sketch.ino b/arduino/sketch.ino index 4683596..6b47b46 100644 --- a/arduino/sketch.ino +++ b/arduino/sketch.ino @@ -1,5 +1,4 @@ #include -#include // Pin definitions for the 9 buttons const int buttonPins[] = {1, 2, 3, 4, 5, 6, 8, 9, 10};