From 8cfba6fefb4d7b899d52584fd0f7778e7d921691 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 28 Aug 2017 20:34:30 -0500 Subject: Update binary and docs --- doc/README.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 doc/README.md (limited to 'doc') diff --git a/doc/README.md b/doc/README.md new file mode 100644 index 0000000..67eb065 --- /dev/null +++ b/doc/README.md @@ -0,0 +1,54 @@ +## Classes + +
+
SortingHat
+
+
+ +## Typedefs + +
+
tSortingHatConfig : object
+

The configuration used to extend the SortingHat class

+
+
+ + + +## SortingHat +**Kind**: global class + +* [SortingHat](#SortingHat) + * [new SortingHat(config)](#new_SortingHat_new) + * [.deviceLocation](#SortingHat+deviceLocation) : string + + + +### new SortingHat(config) +The main server for the sorting hat, it is in charge of connecting to the +device and emitting events for the GUI via a socket + + +| Param | Type | Description | +| --- | --- | --- | +| config | [tSortingHatConfig](#tSortingHatConfig) | the configuration to extend the object | + + + +### sortingHat.deviceLocation : string +The location of the mindwae device we'll be listening to + +**Kind**: instance property of [SortingHat](#SortingHat) +**Default**: "/dev/cu.Bluetooth-Incoming-Port" + + +## tSortingHatConfig : object +The configuration used to extend the SortingHat class + +**Kind**: global typedef +**Properties** + +| Name | Type | Description | +| --- | --- | --- | +| deviceLocation | string | the location of the mindwave device | + -- cgit