From 1cdfc0dd4621d02a89975bebfdbeff3975398006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=92=D0=B5=D1=80=D1=88?= =?UTF-8?q?=D0=B8=D0=BD=D0=B8=D0=BD?= Date: Mon, 5 Jun 2023 12:22:17 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D1=8B=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=B5=D0=B8=D1=81=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD=D0=BD=D1=8B?= =?UTF-8?q?=D0=B5=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slave/SPISlave.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/slave/SPISlave.h b/slave/SPISlave.h index c5f11f2..1bf9dc2 100644 --- a/slave/SPISlave.h +++ b/slave/SPISlave.h @@ -26,10 +26,6 @@ void DrawCircleCommand(char *symbols, int lenght); void DrawRectangleCommand(char *symbols, int lenght); void DrawCharCommand(char *symbols, int lenght); - -char CRC8(char *data, int length); -char checkArray(char *arr, int size); - char crc8(char *data, int len); #ifdef __cplusplus