Difference between revisions of "Changes in OS 3.11"

From Inspired-Lua Wiki
Jump to navigation Jump to search
(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,...")
(No difference)

Revision as of 01:16, 27 August 2014

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