From 60d282fb349745de9ef56536b7c748eabd1d53b7 Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 9 May 2024 20:33:26 +0200 Subject: [PATCH] firmware wip - begin to seperate things into header files --- Arduino/CanGrow/CanGrow_Init.h | 3 --- Arduino/CanGrow/CanGrow_Logo.h | 1 + Arduino/CanGrow/CanGrow_SysFunctions.h | 4 +--- Arduino/CanGrow/CanGrow_WebFunctions.h | 1 - 4 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Arduino/CanGrow/CanGrow_Init.h b/Arduino/CanGrow/CanGrow_Init.h index 38c0c1e..091b7d2 100644 --- a/Arduino/CanGrow/CanGrow_Init.h +++ b/Arduino/CanGrow/CanGrow_Init.h @@ -1,4 +1,3 @@ - /* * * Constants @@ -154,5 +153,3 @@ ESP8266WebServer webserver(80); * Display Stuff */ Adafruit_SSD1306 display = Adafruit_SSD1306(128, 64, &WIRE); -// 'CanGrow_Logo', 128x32px - diff --git a/Arduino/CanGrow/CanGrow_Logo.h b/Arduino/CanGrow/CanGrow_Logo.h index 8d923b9..b64522e 100644 --- a/Arduino/CanGrow/CanGrow_Logo.h +++ b/Arduino/CanGrow/CanGrow_Logo.h @@ -1,3 +1,4 @@ +// 'CanGrow_Logo', 128x32px const unsigned char bmpCanGrow_Logo [] PROGMEM = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, diff --git a/Arduino/CanGrow/CanGrow_SysFunctions.h b/Arduino/CanGrow/CanGrow_SysFunctions.h index 7e6e812..38cfa15 100644 --- a/Arduino/CanGrow/CanGrow_SysFunctions.h +++ b/Arduino/CanGrow/CanGrow_SysFunctions.h @@ -1,13 +1,11 @@ - /* * * - * Functions + * System Functions * * */ - void wipeEEPROM() { Serial.println(":: wipe EEPROM ::"); diff --git a/Arduino/CanGrow/CanGrow_WebFunctions.h b/Arduino/CanGrow/CanGrow_WebFunctions.h index 1f91918..488200e 100644 --- a/Arduino/CanGrow/CanGrow_WebFunctions.h +++ b/Arduino/CanGrow/CanGrow_WebFunctions.h @@ -1,4 +1,3 @@ - /* * *