#ifndef _WPI_SOFT_SERVO_H_
#define _WPI_SOFT_SERVO_H_

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

#endif