src/eric7/MicroPython/Devices/MicrobitDevices.py

branch
mpy_network
changeset 9870
0399d3607829
parent 9864
f848aacf3447
child 9979
dbafba79461d
equal deleted inserted replaced
9869:fb2c71c1c7d7 9870:0399d3607829
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

eric ide

mercurial