IoT Drivers  v3.3.0 (S2022)
Engineering in Software Technology
rc_servo.h
Go to the documentation of this file.
1 
29 #ifndef RCSERVO_H_
30 #define RCSERVO_H_
31 #include <stdint.h>
32 /* ======================================================================================================================= */
42 
43 /* ======================================================================================================================= */
59 void rc_servo_setPosition(uint8_t servoNo, int8_t percent);
60 
61 #endif /* RCSERVO_H_ */
rc_servo_setPosition
void rc_servo_setPosition(uint8_t servoNo, int8_t percent)
Turn the RC-Servo to the specified position.
rc_servo_initialise
void rc_servo_initialise(void)
Initialise the RC-Servo driver.