#include "stdafx.h" #include "Servo.h" CServo::CServo() { } CServo::~CServo() { } BOOL CServo::isRunning() { return FALSE; }