#ifndef _WPI_SOFT_PWM_H_
#define _WPI_SOFT_PWM_H_

  #include "addon.h"
  
  DECLARE_EXPORT_INIT(softPwm);

#endif