Merge pull request 'Added support STM32G0 Series' (#1) from Dev into main

Reviewed-on: http://domstudent.ru:3000/Library/DS_Button/pulls/1
This commit is contained in:
2024-05-25 14:47:22 -04:00

View File

@@ -2,7 +2,15 @@
#define DS_BUTTON_H
#include <stdbool.h>
#ifdef STM32G030xx
#include "stm32g0xx_hal.h"
#endif
#ifdef STM32F030xx
#include "stm32f0xx_hal.h"
#endif
typedef struct DS_Button
{