CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
external_led_and_rbf.h File Reference
#include <stdint.h>
Include dependency graph for external_led_and_rbf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  OBC_rbf_state_enum_t { OBC_RBF_STATE_FLYING = 1 , OBC_RBF_STATE_BENCH = 0 }
 

Functions

OBC_rbf_state_enum_t OBC_get_rbf_state ()
 
void OBC_set_external_led (uint8_t enabled)
 Set the state of the LED visible from the outside of the satellite (on solar panel).
 

Enumeration Type Documentation

◆ OBC_rbf_state_enum_t

Enumerator
OBC_RBF_STATE_FLYING 
OBC_RBF_STATE_BENCH 

Function Documentation

◆ OBC_get_rbf_state()

OBC_rbf_state_enum_t OBC_get_rbf_state ( )
Here is the caller graph for this function:

◆ 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).

Parameters
enabled
Note
This LED is ALSO the LED on the STM32 dev kit, and the LED on the OBC.
This LED is used for the early bootup sequence indication. It is not for "debugging".
Here is the caller graph for this function: