Player Stage

From wikidb
Revision as of 11:58, 25 November 2008 by Edc (Talk | contribs)

Jump to: navigation, search

Building

  • After untarred mv to that directory and do
 ./configure
 make
 make install

Simple Phidget Example

  • Create the following config file in phidgetIFK.cfg
 driver
 (
   name "phidgetIFK"
   provides ["aio:0" "dio:0"]
   serial -1
   alwayson 1
   samplingrate 16
   alarmtime 21
 )
  • Start up the player client from root
 player phidgetIFK.cfg &