#include <stdint.h>
Go to the source code of this file.
|
uint8_t | BOOM_set_burn_enabled (uint8_t boom_channel_num, uint8_t enabled) |
| Sets the boom deploy enable pin state (on or off).
|
|
void | BOOM_disable_all_burns (void) |
| Disable all boom deploy enable channels. No EPS change.
|
|
◆ BOOM_disable_all_burns()
void BOOM_disable_all_burns |
( |
void | | ) |
|
Disable all boom deploy enable channels. No EPS change.
◆ BOOM_set_burn_enabled()
uint8_t BOOM_set_burn_enabled |
( |
uint8_t | boom_channel_num, |
|
|
uint8_t | enabled ) |
Sets the boom deploy enable pin state (on or off).
- Parameters
-
boom_channel_num | 1 for channel 1 (BOOM_CTRL_1), 2 for channel 2 (BOOM_CTRL_2). |
enabled | 0 to disable, 1 to enable. |
- Returns
- 0 on success, 1 on failure (invalid channel).