#include "PicServo.h"

main()
{
CPicServo *picnet;

    picnet = new CPicServo();
    picnet->NmcInit(7,9600);
}
