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

Method close

cflib/bootloader/__init__.py:252–254  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

250 self._cload.reset_to_firmware(TargetTypes.STM32)
251
252 def close(self):
253 if self._cload:
254 self._cload.close()
255
256 def _internal_flash(self, target, current_file_number=1, total_files=1):
257

Callers 1

flashMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected