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