From 18dc89b5368dbe088217d0314fa54698698ef9c4 Mon Sep 17 00:00:00 2001 From: Lars Mewes Date: Thu, 17 Feb 2022 10:37:37 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9ESPI=5FDMX.h=E2=80=9C=20l=C3=B6schen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SPI_DMX.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 SPI_DMX.h diff --git a/SPI_DMX.h b/SPI_DMX.h deleted file mode 100644 index 737175b..0000000 --- a/SPI_DMX.h +++ /dev/null @@ -1,16 +0,0 @@ -#include -#include - - -class SPI_DMX -{ -private: - int uart_filestream; - unsigned char serial_port; - unsigned char message[5000]; -public: - SPI_DMX(unsigned char serial_port); - ~SPI_DMX(); - void TX_Bytes(unsigned char* tx_buffer, unsigned char tx_size); - void nice() {printf("nice\n");}; -};