Changes in OS 3.11

From Inspired-Lua Wiki
Revision as of 00:16, 27 August 2014 by Adriweb (talk | contribs) (Created page with "==New== BLE features are now available with the "BLE" module (code : ''' require "ble" ''' at the top of the script).<br /> A '''ble''' table is then available,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

New

BLE features are now available with the "BLE" module (code : require "ble" at the top of the script).
A ble table is then available, containing :

ble.OFF
ble.ON
ble.RESETTING
ble.UNSUPPORTED
ble.addStateListener
ble.pack
ble.removeStateListener
ble.unpack