Skip to content
Snippets Groups Projects
Commit 3ed5a13e authored by jp7g21's avatar jp7g21
Browse files

Added header guard

parent ea7c81ca
No related branches found
No related tags found
No related merge requests found
#ifndef _LIBDUCK_H
#define _LIBDUCK_H
#define MOTOR_1 1
#define MOTOR_2 2
#define MOTOR_3 3
......@@ -12,3 +15,5 @@ int duck_set_position(int motor, int angle);
int duck_delay(int ms);
int duck_set_velocity(int motor, int deg_per_sec);
void close_duck(void);
#endif /* _LIBDUCK_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment