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

Method disconnect

examples/flash-memory.py:62–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 self._cf.open_link(self._link_uri)
61
62 def disconnect(self):
63 print('Disconnecting from %s' % self._link_uri)
64 self._cf.close_link()
65
66 def wait_for_connection(self, timeout=10):
67 """

Calls 1

close_linkMethod · 0.45