9 lines
105 B
C
9 lines
105 B
C
|
|
#ifndef _BY_MOTION_H__
|
||
|
|
#define _BY_MOTION_H__
|
||
|
|
|
||
|
|
#include "at32f413.h"
|
||
|
|
|
||
|
|
void by_motion_init(void);
|
||
|
|
|
||
|
|
#endif
|