This commit is contained in:
e2002
2022-10-31 10:15:17 +03:00
parent bfb6cd822a
commit ef14938dbe
33 changed files with 1860 additions and 176 deletions

View File

@@ -2,6 +2,7 @@
#define config_h
#include "Arduino.h"
#include <Ticker.h>
#include <SPI.h>
#include "options.h"
#define EEPROM_SIZE 768
@@ -184,5 +185,9 @@ class Config {
};
extern Config config;
#if DSP_HSPI || TS_HSPI || VS_HSPI
extern SPIClass SPI2;
#endif
#endif