MCPcopy Create free account
hub / github.com/bitcraze/crazyflie-lib-python / close

Method close

cflib/bootloader/cloader.py:77–80  ·  view source on GitHub ↗

Close the link

(self)

Source from the content-addressed store, hash-verified

75 self._available_boot_uri = ('radio://0/110/2M', 'radio://0/0/2M')
76
77 def close(self):
78 """ Close the link """
79 if self.link:
80 self.link.close()
81
82 def scan_for_bootloader(self):
83 link = cflib.crtp.get_link_driver('radio://0')

Callers 4

scan_for_bootloaderMethod · 0.45
reset_to_bootloaderMethod · 0.45
reset_to_bootloader1Method · 0.45
open_bootloader_uriMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected