2025-02-19 13:36:53 +08:00

39 lines
989 B
C

#ifndef __HWCTRL_H__
#define __HWCTRL_H__
/*******************************************************************************
* the includes
******************************************************************************/
#include "main.h"
/*******************************************************************************
* the defines
******************************************************************************/
/*******************************************************************************
* the typedefs
******************************************************************************/
/*******************************************************************************
* the globals
******************************************************************************/
/*******************************************************************************
* the functions
******************************************************************************/
void hw_gpio_init(void);
#endif