From c4527b90901da28f9e49ee1ddb15f0d0c9147658 Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Tue, 16 Jan 2018 03:03:26 +0300 Subject: [PATCH] Moving sketch and source files to lighthub folder according with comment @perl1234 --- dmx.cpp => lighthub/dmx.cpp | 0 dmx.h => lighthub/dmx.h | 0 inputs.cpp => lighthub/inputs.cpp | 0 inputs.h => lighthub/inputs.h | 0 item.cpp => lighthub/item.cpp | 0 item.h => lighthub/item.h | 0 lighthub.ino => lighthub/lighthub.ino | 0 options.h => lighthub/options.h | 0 owSwitch.cpp => lighthub/owSwitch.cpp | 0 owSwitch.h => lighthub/owSwitch.h | 0 owTerm.cpp => lighthub/owTerm.cpp | 0 owTerm.h => lighthub/owTerm.h | 0 utils.cpp => lighthub/utils.cpp | 0 utils.h => lighthub/utils.h | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename dmx.cpp => lighthub/dmx.cpp (100%) rename dmx.h => lighthub/dmx.h (100%) rename inputs.cpp => lighthub/inputs.cpp (100%) rename inputs.h => lighthub/inputs.h (100%) rename item.cpp => lighthub/item.cpp (100%) rename item.h => lighthub/item.h (100%) rename lighthub.ino => lighthub/lighthub.ino (100%) rename options.h => lighthub/options.h (100%) rename owSwitch.cpp => lighthub/owSwitch.cpp (100%) rename owSwitch.h => lighthub/owSwitch.h (100%) rename owTerm.cpp => lighthub/owTerm.cpp (100%) rename owTerm.h => lighthub/owTerm.h (100%) rename utils.cpp => lighthub/utils.cpp (100%) rename utils.h => lighthub/utils.h (100%) diff --git a/dmx.cpp b/lighthub/dmx.cpp similarity index 100% rename from dmx.cpp rename to lighthub/dmx.cpp diff --git a/dmx.h b/lighthub/dmx.h similarity index 100% rename from dmx.h rename to lighthub/dmx.h diff --git a/inputs.cpp b/lighthub/inputs.cpp similarity index 100% rename from inputs.cpp rename to lighthub/inputs.cpp diff --git a/inputs.h b/lighthub/inputs.h similarity index 100% rename from inputs.h rename to lighthub/inputs.h diff --git a/item.cpp b/lighthub/item.cpp similarity index 100% rename from item.cpp rename to lighthub/item.cpp diff --git a/item.h b/lighthub/item.h similarity index 100% rename from item.h rename to lighthub/item.h diff --git a/lighthub.ino b/lighthub/lighthub.ino similarity index 100% rename from lighthub.ino rename to lighthub/lighthub.ino diff --git a/options.h b/lighthub/options.h similarity index 100% rename from options.h rename to lighthub/options.h diff --git a/owSwitch.cpp b/lighthub/owSwitch.cpp similarity index 100% rename from owSwitch.cpp rename to lighthub/owSwitch.cpp diff --git a/owSwitch.h b/lighthub/owSwitch.h similarity index 100% rename from owSwitch.h rename to lighthub/owSwitch.h diff --git a/owTerm.cpp b/lighthub/owTerm.cpp similarity index 100% rename from owTerm.cpp rename to lighthub/owTerm.cpp diff --git a/owTerm.h b/lighthub/owTerm.h similarity index 100% rename from owTerm.h rename to lighthub/owTerm.h diff --git a/utils.cpp b/lighthub/utils.cpp similarity index 100% rename from utils.cpp rename to lighthub/utils.cpp diff --git a/utils.h b/lighthub/utils.h similarity index 100% rename from utils.h rename to lighthub/utils.h