CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
firmware
Core
Inc
obc_systems
external_led_and_rbf.h
Go to the documentation of this file.
1
#ifndef INCLUDE_GUARD__EXTERNAL_LED_AND_RBF_H
2
#define INCLUDE_GUARD__EXTERNAL_LED_AND_RBF_H
3
4
#include <stdint.h>
5
6
typedef
enum
{
7
OBC_RBF_STATE_FLYING
= 1,
8
OBC_RBF_STATE_BENCH
= 0,
9
}
OBC_rbf_state_enum_t
;
10
11
OBC_rbf_state_enum_t
OBC_get_rbf_state
();
12
13
14
void
OBC_set_external_led
(uint8_t enabled);
15
16
#endif
// INCLUDE_GUARD__EXTERNAL_LED_AND_RBF_H
OBC_rbf_state_enum_t
OBC_rbf_state_enum_t
Definition
external_led_and_rbf.h:6
OBC_RBF_STATE_BENCH
@ OBC_RBF_STATE_BENCH
Definition
external_led_and_rbf.h:8
OBC_RBF_STATE_FLYING
@ OBC_RBF_STATE_FLYING
Definition
external_led_and_rbf.h:7
OBC_get_rbf_state
OBC_rbf_state_enum_t OBC_get_rbf_state()
Definition
external_led_and_rbf.c:7
OBC_set_external_led
void OBC_set_external_led(uint8_t enabled)
Set the state of the LED visible from the outside of the satellite (on solar panel).
Definition
external_led_and_rbf.c:20
Generated by
1.13.2