ak-kr-project/Core/Inc/PCA9685.h

8 lines
101 B
C

#ifndef __PCA9685
#define __PCA9685
int PCA9685_run_test(void);
void PCA9685_cleanup(void);
#endif