725 else: |
725 else: |
726 return "" |
726 return "" |
727 |
727 |
728 ################################################################## |
728 ################################################################## |
729 ## Methods below implement Bluetooth related methods |
729 ## Methods below implement Bluetooth related methods |
730 ## |
730 ## |
731 ## Note: These functions are only available on BBC micro:bit v2 |
731 ## Note: These functions are only available on BBC micro:bit v2 |
732 ## with CircuitPython firmware loaded. This is handled |
732 ## with CircuitPython firmware loaded. This is handled |
733 ## through the 'hasBluetooth()' method. |
733 ## through the 'hasBluetooth()' method. |
734 ## |
734 ## |
735 ## The Bluetooth related code below is a copy of the one found in |
735 ## The Bluetooth related code below is a copy of the one found in |