15 lines
353 B
C
15 lines
353 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"
|
|
|
|
#endif
|