intval3/lib/blootstrap
mmcwilliams 418d33c8f7 Updated default behavior of frame
Also added a parallel example of the logic to gpio.js
2017-09-17 19:51:33 -04:00
..
Readme.md Updated default behavior of frame 2017-09-17 19:51:33 -04:00
index.js Documentation for blootstrap 2017-09-17 17:54:07 -04:00

Readme.md

Blootstrap

Class representing the bluetooth interface

Kind: global class

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