Fix c include
This commit is contained in:
@@ -33,6 +33,10 @@
|
|||||||
#ifndef _EPD_7IN5_V2_H_
|
#ifndef _EPD_7IN5_V2_H_
|
||||||
#define _EPD_7IN5_V2_H_
|
#define _EPD_7IN5_V2_H_
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "DEV_Config.h"
|
#include "DEV_Config.h"
|
||||||
|
|
||||||
|
|
||||||
@@ -46,4 +50,8 @@ void EPD_7IN5_V2_ClearBlack(void);
|
|||||||
void EPD_7IN5_V2_Display(const UBYTE *blackimage);
|
void EPD_7IN5_V2_Display(const UBYTE *blackimage);
|
||||||
void EPD_7IN5_V2_Sleep(void);
|
void EPD_7IN5_V2_Sleep(void);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user