Notice: This page contains information for the legacy Phidget21 Library. Phidget21 is out of support. Bugfixes may be considered on a case by case basis. Phidget21 does not support VINT Phidgets, or new USB Phidgets released after 2020. We maintain a selection of legacy devices for sale that are supported in Phidget21. We recommend that new projects be developed against the Phidget22 Library.
|
Template:UsingAPhidgetInCodeSpecific: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
''If this is your first time'' working with a Phidget, we suggest you start with the [[{{{1}}}|Getting Started Page]] for the {{{2}}}. The process which begins there will walk you through | ''If this is your first time'' working with a Phidget, we suggest you start with the [[{{{1}}}|Getting Started Page]] for the {{{2}}}. The process which begins there will walk you through: | ||
# Installing drivers and libraries | |||
# Choosing a programming language | |||
# Reading about [[General Phidget Programming]], and | |||
# Getting code examples for your language | |||
After you have all of the above set up, find the code example for the {{{2}}}. If specific code does not exist for the {{{2}}}, the outline below may still help with any code you write. | After you have all of the above set up, find the code example for the {{{2}}}. If specific code does not exist for the {{{2}}}, the outline below may still help with any code you write. |
Revision as of 19:30, 23 November 2011
If this is your first time working with a Phidget, we suggest you start with the [[{{{1}}}|Getting Started Page]] for the {{{2}}}. The process which begins there will walk you through:
- Installing drivers and libraries
- Choosing a programming language
- Reading about General Phidget Programming, and
- Getting code examples for your language
After you have all of the above set up, find the code example for the {{{2}}}. If specific code does not exist for the {{{2}}}, the outline below may still help with any code you write.
The {{{2}}} examples, regardless of programming language, try to follow this layout:
{{{3}}}
Visit the page for your language to get the actual examples, and the API with syntax. For a high-level view of the functions you can use on the {{{2}}}, read on.