mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-23 16:07:20 +01:00
18 lines
229 B
C
Executable File
18 lines
229 B
C
Executable File
#ifndef _BOARD_H_
|
|
#define _BOARD_H_
|
|
|
|
#include <stdint.h>
|
|
#include "proto.h"
|
|
#include "spi.h"
|
|
|
|
#define HAS_EEPROM 0
|
|
#define HAS_SCREEN 1
|
|
#define AP_EMULATE_TAG 1
|
|
|
|
#define HW_TYPE SOLUM_SEG_UK
|
|
|
|
#include "../boardCommon.h"
|
|
|
|
|
|
#endif
|