Difference between revisions of "Changes in OS 3.11"

From Inspired-Lua Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
==Changes==
 
==Changes==
The [http://platform.apilevel apilevel] is now 2.5.
+
The [[platform.apilevel|apilevel]] is now 2.5.
  
 
==New==
 
==New==

Revision as of 01:56, 27 August 2014

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