Skip to content

Commit 918734e

Browse files
author
Brandyn A. White
committed
Updated myo
Signed-off-by: Brandyn A. White <[email protected]>
1 parent 83ced23 commit 918734e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ One-Line Installer(Linux/OSX): Execute the following in a shell to install WearS
6060
arduino
6161
ar
6262
eyetracking
63+
myo
6364
tips
6465
wire
6566
contributing

sensors.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Glass Sensors
2-
==============
1+
Sensors
2+
=======
33

44
sensorOff(int type) : void
55
Turns off sensor
66

77

8-
sensorOn(int type, double period, [Function callback]) : void
9-
Turn on the sensor and produce data no faster than the specific period. Best used with WS.sensor like WS.sensorOn(WS.sensor('light'), .5).
8+
sensorOn(String type, double period, [Function callback]) : void
9+
Turn on the sensor and produce data no faster than the specific period.
1010
Optional callback name that is called at most once per period of the form `function callback(data)` with data being an object with the properties:
1111

1212
:name(string): Unique sensor name (uses Android name if one exists)

0 commit comments

Comments
 (0)