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

Method search_memories

examples/flash-memory.py:83–89  ·  view source on GitHub ↗

Search and return list of 1-wire memories.

(self)

Source from the content-addressed store, hash-verified

81 time.sleep(0.5)
82
83 def search_memories(self):
84 """
85 Search and return list of 1-wire memories.
86 """
87 if not self.connected:
88 raise NotConnected()
89 return self._cf.mem.get_mems(MemoryElement.TYPE_1W)
90
91 # Callbacks
92

Callers 1

flash-memory.pyFile · 0.80

Calls 2

NotConnectedClass · 0.85
get_memsMethod · 0.80

Tested by

no test coverage detected