From 4c54f5499a0af8fdd9e11af149f72b2a8b272d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Sun, 21 Jun 2020 15:11:51 +0200 Subject: [PATCH] Prepare inclusion in Library Manager --- N64Controller/library.properties => library.properties | 2 +- {N64Controller/src => src}/N64Controller.cpp | 0 {N64Controller/src => src}/N64Controller.h | 0 {N64Controller/src => src}/N64Interface.cpp | 0 {N64Controller/src => src}/N64Interface.h | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename N64Controller/library.properties => library.properties (85%) rename {N64Controller/src => src}/N64Controller.cpp (100%) rename {N64Controller/src => src}/N64Controller.h (100%) rename {N64Controller/src => src}/N64Interface.cpp (100%) rename {N64Controller/src => src}/N64Interface.h (100%) diff --git a/N64Controller/library.properties b/library.properties similarity index 85% rename from N64Controller/library.properties rename to library.properties index 97cfc1a..88deb0a 100644 --- a/N64Controller/library.properties +++ b/library.properties @@ -1,7 +1,7 @@ name=N64Controller version=0.1 author=Andrew Brown, Peter Den Hartog, Kai Lüke, Daniel Schaal -maintainer=Daniel Schaal +maintainer=Kai Lüke sentence=Arduino library to connect a N64 controller. paragraph= category=Device Control diff --git a/N64Controller/src/N64Controller.cpp b/src/N64Controller.cpp similarity index 100% rename from N64Controller/src/N64Controller.cpp rename to src/N64Controller.cpp diff --git a/N64Controller/src/N64Controller.h b/src/N64Controller.h similarity index 100% rename from N64Controller/src/N64Controller.h rename to src/N64Controller.h diff --git a/N64Controller/src/N64Interface.cpp b/src/N64Interface.cpp similarity index 100% rename from N64Controller/src/N64Interface.cpp rename to src/N64Interface.cpp diff --git a/N64Controller/src/N64Interface.h b/src/N64Interface.h similarity index 100% rename from N64Controller/src/N64Interface.h rename to src/N64Interface.h