|
/*
|
|
* init.h
|
|
*
|
|
* Created on: 2025Äê2ÔÂ24ÈÕ
|
|
* Author: Cerlink
|
|
*/
|
|
|
|
#ifndef INIT_INC_INIT_H_
|
|
#define INIT_INC_INIT_H_
|
|
|
|
#include "ch32l103_conf.h"
|
|
|
|
#include "../init/inc/gpio.h"
|
|
#include "../init/inc/tim.h"
|
|
|
|
void all_hardWare_init(void);
|
|
|
|
|
|
|
|
#endif /* INIT_INC_INIT_H_ */
|