Search Results

by frodegill
Tue Feb 14, 2017 9:05 am
Forum: Linux
Topic: confirming library extract and configure for raspberry pi
Replies: 3
Views: 6211

Re: confirming library extract and configure for raspberry p

Following the directions i executed the ./configure command and the output shows all of the checking responses and the last output line is the mssg "configure: error: missing libusb!" sudo apt-get install libusb-1.0-0-dev ( http://www.phidgets.com/docs/OS_-_Linux#Getting_Started_with_Linu...
by frodegill
Sun Jan 29, 2017 2:44 am
Forum: C/C++
Topic: Variables in Bridge Program
Replies: 2
Views: 16706

Re: Variables in Bridge Program

See the printf documentation. %d is a decimal integer, %1f is a floating-point with one decimal. The placeholders are replaced by values from the variables index and val.
by frodegill
Fri Nov 04, 2016 5:24 am
Forum: General
Topic: New to Phidgets - trying to grok it
Replies: 1
Views: 5566

Re: New to Phidgets - trying to grok it

Phidgets are sensors/devices you connect by USB to a PC. (The Phidget SBCs are basically a PC and Phidget IO board combined). This means you will have the USB latency and the need for a computer and a complete OS (where an Arduino can give you PWM over the digital pins and a real-time system running...