[Libphidget-cvs-commits] CVS: libphidget/src/examples phidget_c.c,1.23,1.24
Status: Alpha
Brought to you by:
jstrohm
From: Jack S. <js...@us...> - 2003-07-08 02:24:14
|
Update of /cvsroot/libphidget/libphidget/src/examples In directory sc8-pr-cvs1:/tmp/cvs-serv17875/examples Modified Files: phidget_c.c Log Message: Added some code to support digital output on the 888 Index: phidget_c.c =================================================================== RCS file: /cvsroot/libphidget/libphidget/src/examples/phidget_c.c,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** phidget_c.c 30 Jun 2003 02:53:27 -0000 1.23 --- phidget_c.c 8 Jul 2003 02:24:11 -0000 1.24 *************** *** 175,179 **** { for (i=0;i<8;i++) ! if (phidget8Servo (dev, i,k,.1,.1)<0) { printf("error - %s\n",phidgetErrorString(phidgetLastError())); --- 175,179 ---- { for (i=0;i<8;i++) ! if (phidget8Servo (dev, i,k,1,1)<0) { printf("error - %s\n",phidgetErrorString(phidgetLastError())); |