12 lines
182 B
C
12 lines
182 B
C
//
|
|
// Created by yelv1 on 24-9-23.
|
|
//
|
|
|
|
#ifndef INPUT_CAPTURE_EXP_H
|
|
#define INPUT_CAPTURE_EXP_H
|
|
|
|
void input_capture_config(void);
|
|
void pwm_config(void);
|
|
|
|
#endif //INPUT_CAPTURE_EXP_H
|