Added sig section

This commit is contained in:
Martin Woolley 2016-06-20 18:11:02 +01:00
parent 22c03dfd7a
commit eb01245cce
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ The Bluetooth IO pin service makes it possible for another device such as a smar
No additional code is needed on the micro:bit to use the Bluetooth IO pin service from another device.
~~~~sig
bluetooth.startIOPinService();
~~~~
### Example: Starting the Bluetooth IO pin service
The following code shows the Bluetooth IO pin service being started: