Software Archive
Read-only legacy content

Ps2 library for Intel Galileo

Benajmin_C_
Beginner
236 Views

I found an Arduino library to interface with a PS2 controller: http://www.billporter.info/2010/06/05/playstation-2-controller-arduino-library-v1-0/ 

and after trying to run it I discovered it wasn't Galileo compatible. Can someone help me? Maybe a different library, or a way to make this one Galileo compatible? Thanks.

0 Kudos
2 Replies
Harold_G_Intel
Employee
235 Views

Hi,

Please see https://communities.intel.com/thread/49519

If you need additional support regarding this, please post to the communities here: https://communities.intel.com/community/tech/galileo

Or, you can submit a support ticket  here: http://www.intel.com/p/en_US/support/contactsupport

Regards, Hal

Intel(R) Developer Zone Support

http://software.intel.com
*Other names and brands may be claimed as the property of other

 

 

 

0 Kudos
SergeyKostrov
Valued Contributor II
235 Views
>>...I found an Arduino library to interface with a PS2 controller... If that library is in binary form and was compiled for another hardware architecture than it can Not be used as is. If you try to execute a function from the library an Invalid Instruction exception will be thrown and a program will be terminated. If source codes for that library are available ( I think they should be ) then you need to build a binary module compatible with Galileo Instruction Set Architecture ( ISA ).
0 Kudos
Reply