DOC

me.thomas-windt : thinkgearconnector

Maven & Gradle

Jul 18, 2018
1 stars

ThinkgearConnector - Java · This API allowes you to use the MindWaveMobile EEG headset by NeuroSky with the ThinkGearConnector bridge for Windows/Mac or access it directly via bluetooth. You can also use a hacked MindFlex game with an arduino to gather data.

Table Of Contents

Latest Version

Download me.thomas-windt : thinkgearconnector Javadoc & API Documentation - Latest Versions:

All Versions

Download me.thomas-windt : thinkgearconnector Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file thinkgearconnector-1.0-Release-javadoc.jar to thinkgearconnector-1.0-Release-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder thinkgearconnector-1.0-Release-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "thinkgearconnector-1.0-Release-sources.jar" -d "thinkgearconnector-1.0-Release-javadoc" -subpackages 

Advertisement