More documentation
This commit is contained in:
parent
c56a614028
commit
e950b14e16
2
DOCS.md
2
DOCS.md
@ -173,7 +173,7 @@ Emits when a color sensor is activated.
|
||||
### "tilt" (port, x, y)
|
||||
Emits when a tilt sensor is activated.
|
||||
|
||||
**Note**: If the event if fired from the Move Hub's inbuild tilt sensor, the special port "TILT" is used.
|
||||
**Note**: If the event is fired from the Move Hub's in-built tilt sensor, the special port "TILT" is used.
|
||||
|
||||
**Kind**: event emitted by [<code>BoostHub</code>](#BoostHub)
|
||||
|
||||
|
@ -213,7 +213,7 @@ Emits when a color sensor is activated.
|
||||
### "tilt" (port, x, y)
|
||||
Emits when a tilt sensor is activated.
|
||||
|
||||
**Note**: If the event if fired from the Move Hub's inbuild tilt sensor, the special port "TILT" is used.
|
||||
**Note**: If the event is fired from the Move Hub's in-built tilt sensor, the special port "TILT" is used.
|
||||
|
||||
**Kind**: event emitted by [<code>BoostHub</code>](#BoostHub)
|
||||
|
||||
|
@ -322,7 +322,7 @@ export class BoostHub extends Hub {
|
||||
/**
|
||||
* Emits when a tilt sensor is activated.
|
||||
*
|
||||
* **Note**: If the event if fired from the Move Hub's inbuild tilt sensor, the special port "TILT" is used.
|
||||
* **Note**: If the event is fired from the Move Hub's in-built tilt sensor, the special port "TILT" is used.
|
||||
* @event BoostHub#tilt
|
||||
* @param {string} port
|
||||
* @param {number} x
|
||||
|
Loading…
x
Reference in New Issue
Block a user