10 lines
173 B
C
10 lines
173 B
C
|
|
#ifndef __BSP_MOTO_H
|
||
|
|
#define __BSP_MOTO_H
|
||
|
|
#include "at32a423.h"
|
||
|
|
|
||
|
|
void bsp_moto_init(uint16_t div, uint16_t period);
|
||
|
|
void set_moto_out(uint8_t dir, uint32_t speed);
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|