diff --git a/keywords b/keywords.txt similarity index 100% rename from keywords rename to keywords.txt diff --git a/library.properties b/library.properties index 829209a5931593c886d59aa9a1c0c1de114b1187..1c48c14bf940a002b14399a1d9e0ee3527b1fe97 100644 --- a/library.properties +++ b/library.properties @@ -1,8 +1,9 @@ name=didacticNetwork -version=0.1 +version=0.2 author=letsgoING maintainer=letsgoING <info@letsgoing.org> sentence=Library for implementing networks on Arduino boards. The functionalities correspond to state of the art technologies, which are didactically reduced. category=Communication +paragraph= url=https://gitlab.reutlingen-university.de/letsgoing/libraries/didacticnetwork includes=didacticNetwork.h diff --git a/didacticNet.cpp b/src/didacticNet.cpp similarity index 100% rename from didacticNet.cpp rename to src/didacticNet.cpp diff --git a/didacticNet.h b/src/didacticNet.h similarity index 100% rename from didacticNet.h rename to src/didacticNet.h