Difference between revisions of "Changes in OS 3.11"
Jump to navigation
Jump to search
m |
|||
Line 3: | Line 3: | ||
==New== | ==New== | ||
− | [[:Category:BLE|BLE]] features are now available with the "BLE" module (code : ''' ''require " | + | [[: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 /> |
A '''ble''' table is then available, containing : | A '''ble''' table is then available, containing : | ||
: ble.OFF | : ble.OFF |
Revision as of 22:16, 23 March 2015
Changes
The apilevel is now 2.5.
New
BLE features are now available with the "BLE" module (code : require "bleCentral" 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