#ifndef _WPI_PCA9685_H_
#define _WPI_PCA9685_H_

  #include "../addon.h"
  
  DECLARE_EXPORT_INIT(pca9685);

#endif