|
CTS-SAT-1-OBC-Firmware
|

Functions | |
| 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. | |
| void BOOM_disable_all_burns | ( | void | ) |
Disable all boom deploy enable channels. No EPS change.

| uint8_t BOOM_set_burn_enabled | ( | uint8_t | boom_channel_num, |
| uint8_t | enabled ) |
Sets the boom deploy enable pin state (on or off).
| boom_channel_num | 1 for channel 1 (BOOM_CTRL_1), 2 for channel 2 (BOOM_CTRL_2). |
| enabled | 0 to disable, 1 to enable. |
