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
/* ======================================================================================================================= */
41
void
rc_servo_initialise
(
void
);
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.
hal
include
rc_servo.h
Generated on Mon Apr 4 2022 15:25:11 for IoT Drivers by
1.8.20