#ifndef __PCA9685
#define __PCA9685

void PCA9685_run_test(void);
void PCA9685_cleanup(void);

#endif