From aaa7b705fb1456babb2f03167fbcac6142581ba4 Mon Sep 17 00:00:00 2001 From: Hendrik Rauh <114620133+HendrikRauh@users.noreply.github.com> Date: Sun, 3 Nov 2024 16:46:43 +0100 Subject: [PATCH] removed filehead of old LIB --- src/ESPDMX.cpp | 12 ------------ src/ESPDMX.h | 12 ------------ 2 files changed, 24 deletions(-) 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