Fix c include

This commit is contained in:
2022-02-12 22:15:29 +01:00
parent afc4244f9d
commit 1aa27e6f96

View File

@@ -33,6 +33,10 @@
#ifndef _EPD_7IN5_V2_H_
#define _EPD_7IN5_V2_H_
#ifdef __cplusplus
extern "C" {
#endif
#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_Sleep(void);
#ifdef __cplusplus
}
#endif
#endif