21 lines
277 B
C
21 lines
277 B
C
|
/*
|
|||
|
* init.h
|
|||
|
*
|
|||
|
* Created on: 2025<EFBFBD><EFBFBD>2<EFBFBD><EFBFBD>24<EFBFBD><EFBFBD>
|
|||
|
* 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_ */
|