Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcraze/crazyflie-lib-python
/ abort
Function
abort
examples/flash-memory.py:167–169 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
165
flasher = Flasher(radio_uri)
166
167
def
abort():
168
flasher.disconnect()
169
sys.exit(1)
170
171
# Connect to Crazyflie
172
flasher.connect()
Callers
1
flash-memory.py
File · 0.85
Calls
1
disconnect
Method · 0.45
Tested by
no test coverage detected