CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
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
10
12
13
14void OBC_set_external_led(uint8_t enabled);
15
16#endif // INCLUDE_GUARD__EXTERNAL_LED_AND_RBF_H
OBC_rbf_state_enum_t
Definition external_led_and_rbf.h:6
@ OBC_RBF_STATE_BENCH
Definition external_led_and_rbf.h:8
@ OBC_RBF_STATE_FLYING
Definition external_led_and_rbf.h:7
OBC_rbf_state_enum_t OBC_get_rbf_state()
Definition external_led_and_rbf.c:7
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