Added support STM32G0 Series
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
#ifndef DSMAX7219_H
|
||||
#define DSMAX7219_H
|
||||
|
||||
#include "stm32f0xx_hal.h"
|
||||
#include <stdbool.h>
|
||||
#ifdef STM32G030xx
|
||||
#include "stm32g0xx_hal.h"
|
||||
#endif
|
||||
|
||||
#ifdef STM32F030xx
|
||||
#include "stm32f0xx_hal.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
typedef struct DS_MAX7219
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user