#include "PicServo.h"

main()
{
CPicServo *picnet;

    picnet = new CPicServo();
    picnet->NmcInit(3,19200);
}
