CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
boom_deploy_drivers.h
Go to the documentation of this file.
1#ifndef INCLUDE_GUARD__BOOM_DEPLOY_DRIVERS_H
2#define INCLUDE_GUARD__BOOM_DEPLOY_DRIVERS_H
3
4#include <stdint.h>
5
6uint8_t BOOM_set_burn_enabled(uint8_t boom_channel_num, uint8_t enabled);
7
9
10#endif /* INCLUDE_GUARD__BOOM_DEPLOY_DRIVERS_H */
uint8_t BOOM_set_burn_enabled(uint8_t boom_channel_num, uint8_t enabled)
Sets the boom deploy enable pin state (on or off).
Definition boom_deploy_drivers.c:11
void BOOM_disable_all_burns(void)
Disable all boom deploy enable channels. No EPS change.
Definition boom_deploy_drivers.c:25