Initial commit
This commit is contained in:
20
Inc/DS_W25X40CL.h
Normal file
20
Inc/DS_W25X40CL.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef DS_W25X40CL_H
|
||||
#define DS_W25X40CL_H
|
||||
|
||||
#ifdef STM32G030xx
|
||||
#include "stm32g0xx_hal.h"
|
||||
#endif
|
||||
|
||||
#ifdef STM32F030xx
|
||||
#include "stm32f0xx_hal.h"
|
||||
#endif
|
||||
|
||||
#ifdef STM32F103xB
|
||||
#include "stm32f1xx_hal.h"
|
||||
#endif
|
||||
|
||||
#ifdef STM32L152xC
|
||||
#include "stm32l1xx_hal.h"
|
||||
#endif
|
||||
|
||||
#endif //DS_W25X40CL_H
|
||||
Reference in New Issue
Block a user