|
by Brian Peek via BrianPeek.com on 3/8/2010 8:06:00 PM
I have written and posted a new library that allows .NET developers to easily connect to and use the Neurosky MindSet headset from any .NET application. You can find the source code and a binary of the library at CodePlex. Usage is very simple and may seem familiar to those that have used my .NET Wiimote LIbrary; set a reference to the library and you can connect to a headset as follows: private ThinkGearWrapper _thinkGearWrapper = new ThinkGearWrapper();
... [ read more ]
|