Changes in OS 3.11

From Inspired-Lua Wiki
Revision as of 00:55, 27 August 2014 by Adriweb (talk | contribs)
Jump to navigation Jump to search

Changes

The apilevel is now 2.5.

New

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

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