SmartCradle
v1
Baby smart cradle
motor.h
Go to the documentation of this file.
1
10
#ifndef MOTOR_H
11
#define MOTOR_H
12
16
void
initMotor
();
17
21
void
remMotor
();
22
31
int
startMotor
();
32
41
int
stopMotor
();
42
48
_Bool
getMotorStatus
();
49
50
#endif
initMotor
void initMotor()
Load the motor driver device driver.
Definition:
motor.c:22
stopMotor
int stopMotor()
Stop the motor.
Definition:
motor.c:55
remMotor
void remMotor()
Remove the motor driver device driver.
Definition:
motor.c:27
startMotor
int startMotor()
Start the motor.
Definition:
motor.c:31
getMotorStatus
_Bool getMotorStatus()
Get the Motor Status object.
Definition:
motor.c:79
inc
motor.h
Generated on Mon Feb 7 2022 18:12:29 for SmartCradle by
1.9.2