From eb01245ccef580858fc03a728509c0547028d296 Mon Sep 17 00:00:00 2001 From: Martin Woolley Date: Mon, 20 Jun 2016 18:11:02 +0100 Subject: [PATCH] Added sig section --- docs/reference/bluetooth/start-io-pin-service.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/bluetooth/start-io-pin-service.md b/docs/reference/bluetooth/start-io-pin-service.md index 41d62b2d..5d947a91 100755 --- a/docs/reference/bluetooth/start-io-pin-service.md +++ b/docs/reference/bluetooth/start-io-pin-service.md @@ -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: