add comments
authorJeonghoon Park <jh1979.park@samsung.com>
Thu, 7 Dec 2017 10:39:13 +0000 (19:39 +0900)
committerJeonghoon Park <jh1979.park@samsung.com>
Thu, 7 Dec 2017 10:39:13 +0000 (19:39 +0900)
inc/servo_motor.h

index 4b927fb..658980b 100644 (file)
 
 int servo_motor_init(void);
 int servo_motor_fini(void);
+
+/*
+ * You Must adjust servo motor before using.
+ * recommanded center value is 450
+ * for left turn, set less then center value(e.g. 400),
+ * for right turn, set more then center value(e.g. 500)
+ */
 int servo_motor_value_set(int motor_id, int value);
 
 #endif /* __CAR_APP_SERVO_MOTOR_H__ */
\ No newline at end of file