Phidget Programming Basics: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
<div class="ProgrammingBasicsIntro"> | <div class="ProgrammingBasicsIntro"> | ||
{| | {| | ||
| | |||
==Welcome!== | ==Welcome!== | ||
Welcome to the Phidget Programming Basics guide! | Welcome to the Phidget Programming Basics guide! | ||
Line 15: | Line 15: | ||
'''2.''' We recommend knowing which programming language you intend to use before starting this guide, so you can follow along. We provide a list of [[Programming Resources|programming languages]] we support, and instructions of how to set them up for use with Phidgets. | '''2.''' We recommend knowing which programming language you intend to use before starting this guide, so you can follow along. We provide a list of [[Programming Resources|programming languages]] we support, and instructions of how to set them up for use with Phidgets. | ||
'''3.''' This guide will work best if you have a Phidget to work with, and have already tried it out using the '''Phidget22 Control Panel'''. If you haven't yet, navigate to the [[ | '''3.''' This guide will work best if you have a Phidget to work with, and have already tried it out using the '''Phidget22 Control Panel'''. If you haven't yet, navigate to the [[Product_Page_Links|product page]] for your Phidget and follow the instructions in the '''User Guide''' tab to try it out. | ||
| | | | ||
{|style="color: black; width: 100%; border-style: solid; border-width: 2px;" cellpadding="10" | {|class="ProgrammingBasicsTOC" style="color: black; width: 100%; border-style: solid; border-width: 2px;" cellpadding="10" | ||
|<font size=5>'''Table of Contents'''</font> | |<font size=5>'''Table of Contents'''</font> | ||
<font size=4> | <font size=4> | ||
Line 38: | Line 38: | ||
</font> | </font> | ||
|} | |} | ||
|} | |||
{|class="ProgrammingBasicsTOCsmall" style="color: black; width: 100%; border-style: solid; border-width: 2px;" cellpadding="10" | |||
|<font size=5>'''Table of Contents'''</font> | |||
<font size=4> | |||
#'''[[{{Flow Page Number Name| 1 }}]]''' | |||
#'''[[{{Flow Page Number Name| 2 }}]]''' | |||
#'''[[{{Flow Page Number Name| 3 }}]]''' | |||
#'''[[{{Flow Page Number Name| 4 }}]]''' | |||
#'''[[{{Flow Page Number Name| 5 }}]]''' | |||
#'''[[{{Flow Page Number Name| 6 }}]]''' | |||
#'''[[{{Flow Page Number Name| 7 }}]]''' | |||
#'''[[{{Flow Page Number Name| 8 }}]]''' | |||
#'''[[{{Flow Page Number Name| 9 }}]]''' | |||
#'''[[{{Flow Page Number Name| 10 }}]]''' | |||
#'''[[{{Flow Page Number Name| 11 }}]]''' | |||
#'''[[{{Flow Page Number Name| 12 }}]]''' | |||
#'''[[{{Flow Page Number Name| 13 }}]]''' | |||
#'''[[{{Flow Page Number Name| 14 }}]]''' | |||
#'''[[{{Flow Page Number Name| 15 }}]]''' | |||
#'''[[{{Flow Page Number Name| 16 }}]]''' | |||
</font> | |||
|} | |} | ||
</div> | </div> | ||
{{Flow_Navigation_Buttons|{{Flow Page Number|{{PAGENAME}} }} }} | {{Flow_Navigation_Buttons|{{Flow Page Number|{{PAGENAME}} }} }} |
Latest revision as of 14:46, 8 August 2023
1 . Phidget Programming Basics
Welcome!Welcome to the Phidget Programming Basics guide! By following this guide, you will learn the important concepts behind how Phidgets are used in any software application. Before You StartWe recommend having a few things set up before starting this guide on how to program with Phidgets: 1. You will need the Phidget22 libraries installed on your machine. To get the Phidgets libraries for your operating system, check out our page on Operating System Support. 2. We recommend knowing which programming language you intend to use before starting this guide, so you can follow along. We provide a list of programming languages we support, and instructions of how to set them up for use with Phidgets. 3. This guide will work best if you have a Phidget to work with, and have already tried it out using the Phidget22 Control Panel. If you haven't yet, navigate to the product page for your Phidget and follow the instructions in the User Guide tab to try it out. |