raspberry-phidget

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
raspberry-phidget [2015/03/26 11:52]
Stéphane Lavirotte
raspberry-phidget [2016/01/28 13:33]
Stéphane Lavirotte [Install Phidgets librairies]
Line 18: Line 18:
 </​code>​ </​code>​
  
-Then you have to add Phidget available for Mono.+Then you have to add Phidget ​.NET library ​available for Mono. First you have to download the needed packages with the following commands: 
 +<​code>​ 
 +wget http://​www.phidgets.com/​downloads/​libraries/​Phidget21-windevel.zip 
 +unzip Phidget21-windevel.zip 
 +</​code>​ 
 + 
 +Then, to add the library to the Mono GAC:
 <​code>​ <​code>​
 sudo gacutil -i phidget21-windevel/​Phidget21.NET.dll sudo gacutil -i phidget21-windevel/​Phidget21.NET.dll
  • raspberry-phidget.txt
  • Last modified: 2016/01/28 13:57
  • by Stéphane Lavirotte