initial commit
This commit is contained in:
25
Inc/DS_ILI3941.h
Normal file
25
Inc/DS_ILI3941.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef DS_ILI3941_H
|
||||
#define DS_ILI3941_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef STM32G030xx
|
||||
#include "stm32g0xx_hal.h"
|
||||
#endif
|
||||
|
||||
#ifdef STM32F030xx
|
||||
#include "stm32f0xx_hal.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif //DS_ILI3941_H
|
||||
2
Src/DS_ILI3941.c
Normal file
2
Src/DS_ILI3941.c
Normal file
@@ -0,0 +1,2 @@
|
||||
#include "../inc/DS_ILI3941.h"
|
||||
|
||||
Reference in New Issue
Block a user