more feature
This commit is contained in:
14
src/hardware/motor.h
Normal file
14
src/hardware/motor.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _MOTOR_H
|
||||
#define _MOTOR_H
|
||||
|
||||
/*
|
||||
* @ brief setup motor I/O
|
||||
*/
|
||||
void motor_setup( void );
|
||||
/*
|
||||
* @brief let vibe motor for n * 10ms
|
||||
* @param time time in 10ms
|
||||
*/
|
||||
void motor_vibe( int time );
|
||||
|
||||
#endif // _MOTOR_H
|
||||
Reference in New Issue
Block a user