From 8165fa3f577e2cf9a1e2f54384a478b0b044ee80 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Fri, 13 Apr 2018 20:31:15 +0200 Subject: [PATCH] Re-organise a bit the files, for clarity --- FrameBuffer.cpp => LedCube/FrameBuffer.cpp | 0 FrameBuffer.h => LedCube/FrameBuffer.h | 0 LedCube.ino => LedCube/LedCube.ino | 0 LEDCube.jpg => img/LEDCube.jpg | Bin .../LEDCubeBottomWired.jpg | Bin LEDCubeRessitors.jpg => img/LEDCubeRessitors.jpg | Bin LEDCubeWireTooBig.jpg => img/LEDCubeWireTooBig.jpg | Bin LEDCubeWired.jpg => img/LEDCubeWired.jpg | Bin 8 files changed, 0 insertions(+), 0 deletions(-) rename FrameBuffer.cpp => LedCube/FrameBuffer.cpp (100%) rename FrameBuffer.h => LedCube/FrameBuffer.h (100%) rename LedCube.ino => LedCube/LedCube.ino (100%) rename LEDCube.jpg => img/LEDCube.jpg (100%) rename LEDCubeBottomWired.jpg => img/LEDCubeBottomWired.jpg (100%) rename LEDCubeRessitors.jpg => img/LEDCubeRessitors.jpg (100%) rename LEDCubeWireTooBig.jpg => img/LEDCubeWireTooBig.jpg (100%) rename LEDCubeWired.jpg => img/LEDCubeWired.jpg (100%) diff --git a/FrameBuffer.cpp b/LedCube/FrameBuffer.cpp similarity index 100% rename from FrameBuffer.cpp rename to LedCube/FrameBuffer.cpp diff --git a/FrameBuffer.h b/LedCube/FrameBuffer.h similarity index 100% rename from FrameBuffer.h rename to LedCube/FrameBuffer.h diff --git a/LedCube.ino b/LedCube/LedCube.ino similarity index 100% rename from LedCube.ino rename to LedCube/LedCube.ino diff --git a/LEDCube.jpg b/img/LEDCube.jpg similarity index 100% rename from LEDCube.jpg rename to img/LEDCube.jpg diff --git a/LEDCubeBottomWired.jpg b/img/LEDCubeBottomWired.jpg similarity index 100% rename from LEDCubeBottomWired.jpg rename to img/LEDCubeBottomWired.jpg diff --git a/LEDCubeRessitors.jpg b/img/LEDCubeRessitors.jpg similarity index 100% rename from LEDCubeRessitors.jpg rename to img/LEDCubeRessitors.jpg diff --git a/LEDCubeWireTooBig.jpg b/img/LEDCubeWireTooBig.jpg similarity index 100% rename from LEDCubeWireTooBig.jpg rename to img/LEDCubeWireTooBig.jpg diff --git a/LEDCubeWired.jpg b/img/LEDCubeWired.jpg similarity index 100% rename from LEDCubeWired.jpg rename to img/LEDCubeWired.jpg