We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2df6b1 + f4c6cfd commit 2298eb9Copy full SHA for 2298eb9
docs/user-guides/sbs_swarm_interface.md
@@ -58,9 +58,9 @@ def deactivate_led_bit_mask(scf):
58
scf.cf.param.set_value('led.bitmask', 0)
59
60
def light_check(scf):
61
- activateBitMask(scf)
+ activate_led_bit_mask(scf)
62
time.sleep(2)
63
- deactivateBitMask(scf)
+ deactivate_led_bit_mask(scf)
64
```
65
`light_check` will light up a copter red for 2 seconds and then return them to normal.
66
@@ -162,9 +162,9 @@ def deactivate_led_bit_mask(scf):
162
163
164
165
166
167
168
169
170
def take_off(scf):
0 commit comments