LibDriver PCA9685  1.0.0
PCA9685 full-featured driver
driver_pca9685_write_test.h
Go to the documentation of this file.
1 
37 #ifndef DRIVER_PCA9685_WRITE_TEST_H
38 #define DRIVER_PCA9685_WRITE_TEST_H
39 
41 
42 #ifdef __cplusplus
43 extern "C"{
44 #endif
45 
61 uint8_t pca9685_servo_write_test(pca9685_address_t addr, pca9685_channel_t channel, uint32_t times);
62 
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