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

Method set_arc

cflib/crtp/radiodriver.py:116–120  ·  view source on GitHub ↗
(self, arc)

Source from the content-addressed store, hash-verified

114 return ack
115
116 def set_arc(self, arc):
117 assert(self._opened)
118 self._cmd_queue.put((self._instance_id,
119 _RadioCommands.SET_ARC,
120 arc))
121
122 def scan_selected(self, selected, packet):
123 assert(self._opened)

Callers 3

runMethod · 0.45
connectMethod · 0.45
scan_interfaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected