Changes

Jump to navigation Jump to search

Changes in OS 3.11

203 bytes added, 05:52, 8 April 2015
Updated from doc
Line 3: Line 3:     
==New==
 
==New==
[[:Category:BLE|BLE]] features are now available with the "BLE" module (code : ''' ''require "bleCentral"'' ''' at the top of the script, while in apilevel 2.5).<br />
+
[[:Category:BLE|BLE]] features are now available with the "ble"/"bleCentral" modules (code : ''' ''require "ble"''''' and '''''require "bleCentral"'' ''' at the top of the script, while in [[platform.apilevel|apilevel]] 2.5).<br />
A '''ble''' table is then available, containing :
+
Tables '''ble''' and '''bleCentral''' are then available.
 +
 
 +
'''ble'''
 
: ble.OFF
 
: ble.OFF
 
: ble.ON
 
: ble.ON
Line 13: Line 15:  
: ble.removeStateListener
 
: ble.removeStateListener
 
: ble.unpack
 
: ble.unpack
 +
'''bleCentral'''
 +
: bleCentral.isScanning
 +
: bleCentral.startScanning
 +
: bleCentral.stopScanning
 +
 +
Other additions include:

Navigation menu