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

Method get_target

cflib/bootloader/__init__.py:120–121  ·  view source on GitHub ↗
(self, target_id)

Source from the content-addressed store, hash-verified

118 return started
119
120 def get_target(self, target_id):
121 return self._cload.request_info_update(target_id)
122
123 def read_cf1_config(self):
124 """Read a flash page from the specified target"""

Callers

nothing calls this directly

Calls 1

request_info_updateMethod · 0.80

Tested by

no test coverage detected