diff --git a/src/ESPDMX.cpp b/src/ESPDMX.cpp index a132bfc..5408807 100644 --- a/src/ESPDMX.cpp +++ b/src/ESPDMX.cpp @@ -1,15 +1,3 @@ -// - - - - - -// ESPDMX - A Arduino library for sending and receiving DMX using the builtin serial hardware port. -// ESPDMX.cpp: Library implementation file -// -// Copyright (C) 2015 Rick -// This work is licensed under a GNU style license. -// -// Last change: Hendrik Rauh -// -// Documentation and samples are available at https://github.com/Rickgg/ESP-Dmx -// - - - - - - /* ----- LIBRARIES ----- */ #include #include "ESPDMX.h" diff --git a/src/ESPDMX.h b/src/ESPDMX.h index a8f4938..04123ae 100644 --- a/src/ESPDMX.h +++ b/src/ESPDMX.h @@ -1,15 +1,3 @@ -// - - - - - -// ESPDMX - A Arduino library for sending and receiving DMX using the builtin serial hardware port. -// ESPDMX.cpp: Library implementation file -// -// Copyright (C) 2015 Rick -// This work is licensed under a GNU style license. -// -// Last change: Hendrik Rauh -// -// Documentation and samples are available at https://github.com/Rickgg/ESP-Dmx -// - - - - - - #include #ifndef ESPDMX_h