Compare commits
1 Commits
86fc52c157
...
Dev
| Author | SHA1 | Date | |
|---|---|---|---|
| e47fbdd4f5 |
@@ -2,7 +2,15 @@
|
|||||||
#define DS_BUTTON_H
|
#define DS_BUTTON_H
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "stm32f0xx_hal.h"
|
|
||||||
|
#ifdef STM32G030xx
|
||||||
|
#include "stm32g0xx_hal.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef STM32F030xx
|
||||||
|
#include "stm32f0xx_hal.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
typedef struct DS_Button
|
typedef struct DS_Button
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user