intval3/lib/blootstrap
mmcwilliams aadf6aef37 Remove extra function name from docs
jsdoc does this well enough without repeating. Does not actually
improve readability in code
2017-09-19 15:23:48 -04:00
..
Readme.md Remove extra function name from docs 2017-09-19 15:23:48 -04:00
index.js Remove extra function name from docs 2017-09-19 15:23:48 -04:00

Readme.md

Blootstrap

Class representing the bluetooth interface

Kind: global class

blootstrap.on(eventName, callback)

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