LibDriver PCA9685
Loading...
Searching...
No Matches
driver_pca9685_write_test.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_PCA9685_WRITE_TEST_H
38#define DRIVER_PCA9685_WRITE_TEST_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
50
61uint8_t pca9685_servo_write_test(pca9685_address_t addr, pca9685_channel_t channel, uint32_t times);
62
66
67#ifdef __cplusplus
68}
69#endif
70
71#endif
driver pca9685 interface header file
pca9685_address_t
pca9685 address enumeration definition
pca9685_channel_t
pca9685 channel enumeration definition
uint8_t pca9685_servo_write_test(pca9685_address_t addr, pca9685_channel_t channel, uint32_t times)
servo write test