#include "PicServo.h"

main()
{
CPicServo *picnet;

    picnet = new CPicServo();
    picnet->nmcinit(1,9600);
}
