mmcwilliams
418d33c8f7
Also added a parallel example of the logic to gpio.js |
||
---|---|---|
.. | ||
Readme.md | ||
index.js |
Readme.md
Blootstrap
Class representing the bluetooth interface
blootstrap.on(eventName, callback)
Blootstrap.on() - Binds functions to events that are triggered by BLE messages
Kind: instance method of Blootstrap
Param | Type | Description |
---|---|---|
eventName | string |
Name of the event to to bind |
callback | function |
Invoked when the event is triggered |