14 lines
207 B
C
14 lines
207 B
C
//
|
|
// Created by Luca on 8/29/2025.
|
|
//
|
|
|
|
#ifndef SHMINGO_HAL_SHAL_GPIO_H
|
|
#define SHMINGO_HAL_SHAL_GPIO_H
|
|
|
|
#include "SHAL_CORE.h"
|
|
|
|
#include <cassert>
|
|
#include <stm32f072xb.h>
|
|
|
|
#endif //SHMINGO_HAL_SHAL_GPIO_H
|