Files
Shmingo-HAL/SHAL/Include/SHAL.h
Luca Lizaranzu 1b29371fff Test program done
2026-03-20 11:41:44 -07:00

19 lines
400 B
C

/**
******************************************************************************
* @file SHAL.h
* @brief The main header file for the Shmingo Hardware Abstraction Layer
******************************************************************************
*/
#ifndef SHAL_H
#define SHAL_H
#include "SHAL_TIM.h"
#include "SHAL_GPIO.h"
#include "SHAL_UART.h"
#include "SHAL_ADC.h"
#endif