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,...")
 
Line 1: Line 1:
 +
==Changes==
 +
The [http://platform.apilevel apilevel] is now 2.5.
 +
 
==New==
 
==New==
[[:Category:BLE|BLE]] features are now available with the "BLE" module (code : ''' require "ble" ''' at the top of the script).<br />
+
[[:Category:BLE|BLE]] features are now available with the "BLE" module (code : ''' ''require "ble"'' ''' at the top of the script, while in apilevel 2.5).<br />
 
A '''ble''' table is then available, containing :
 
A '''ble''' table is then available, containing :
 
: ble.OFF
 
: ble.OFF

Revision as of 01:55, 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