Files
OpenEPaperLink/zbs243_shared/board/zbs_segmented_uk/board.h
2023-05-09 11:27:13 +02:00

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