From 1ae4dda133860138521744a29a714c709dd538a7 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Thu, 1 Oct 2020 12:49:32 +0200 Subject: [PATCH] Creating subfolder 'src' and moving all source files over there. --- Arduino_Threads.h => src/Arduino_Threads.h | 0 Serial.cpp => src/Serial.cpp | 0 SerialDispatcher.h => src/SerialDispatcher.h | 0 Wire.cpp => src/Wire.cpp | 0 Wire.h => src/Wire.h | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename Arduino_Threads.h => src/Arduino_Threads.h (100%) rename Serial.cpp => src/Serial.cpp (100%) rename SerialDispatcher.h => src/SerialDispatcher.h (100%) rename Wire.cpp => src/Wire.cpp (100%) rename Wire.h => src/Wire.h (100%) diff --git a/Arduino_Threads.h b/src/Arduino_Threads.h similarity index 100% rename from Arduino_Threads.h rename to src/Arduino_Threads.h diff --git a/Serial.cpp b/src/Serial.cpp similarity index 100% rename from Serial.cpp rename to src/Serial.cpp diff --git a/SerialDispatcher.h b/src/SerialDispatcher.h similarity index 100% rename from SerialDispatcher.h rename to src/SerialDispatcher.h diff --git a/Wire.cpp b/src/Wire.cpp similarity index 100% rename from Wire.cpp rename to src/Wire.cpp diff --git a/Wire.h b/src/Wire.h similarity index 100% rename from Wire.h rename to src/Wire.h