File tree Expand file tree Collapse file tree 4 files changed +682
-0
lines changed
Expand file tree Collapse file tree 4 files changed +682
-0
lines changed Original file line number Diff line number Diff line change 1+ /* *
2+ **************************************************
3+ *
4+ * @file Inkplate10BoardFile.h
5+ * @brief Wrrapper for the different Inkplate boards and
6+ * it's classes.
7+ *
8+ *
9+ * @copyright GNU General Public License v3.0
10+ * @authors Borna Biro for soldered.com
11+ ***************************************************/
12+
13+ // Header guard.
14+ #ifndef __INKPLATE13_BOARD_SELECT_H__
15+ #define __INKPLATE13_BOARD_SELECT_H__
16+
17+ // Board select check.
18+ #ifdef ARDUINO_ESP32S3_DEV
19+
20+ // Include Inkplate10 board header file.
21+ #include " Inkplate13Driver.h"
22+
23+ // Wrapper for different Inkplate boards.
24+ class InkplateBoardClass : public EPDDriver
25+ {
26+ public:
27+ InkplateBoardClass (){};
28+ };
29+
30+ #endif
31+ #endif
You can’t perform that action at this time.
0 commit comments