Update of /cvsroot/libphidget/libphidget/src/examples
In directory sc8-pr-cvs1:/tmp/cvs-serv20190/src/examples
Modified Files:
phidget_c.c
Log Message:
Initial support for the 8 way advanced servo in phidget++, not fully tested yet.
Index: phidget_c.c
===================================================================
RCS file: /cvsroot/libphidget/libphidget/src/examples/phidget_c.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** phidget_c.c 24 Jun 2003 02:12:13 -0000 1.21
--- phidget_c.c 24 Jun 2003 02:43:51 -0000 1.22
***************
*** 144,147 ****
--- 144,148 ----
)
{
+ printf("Servo Test\n");
for (k = 0; k < 1; k += .1)
{
|