|
CTS-SAT-1-OBC-Firmware
|
#include <stdint.h>

Go to the source code of this file.
Macros | |
| #define | AX100_DOWNLINK_MAX_BYTES 200 |
| The maximum number of CTS bytes that can be sent to the AX100 in a single downlink packet. | |
| #define | AX100_CSP_HEADER_LENGTH_BYTES 4 |
Functions | |
| uint8_t | AX100_downlink_bytes (uint8_t *data, uint16_t data_len) |
| Send data to the ax100 for downlink. | |
Variables | |
| uint32_t | AX100_enable_downlink_uart_logs |
| When enabled, the radio packets will be sent to the Debug UART for debugging purposes. | |
| uint32_t | AX100_enable_downlink_inhibited_uart_logs |
| When enabled, log messages like "Downlink inhibited: ..." will be sent to the Debug UART. | |
| #define AX100_CSP_HEADER_LENGTH_BYTES 4 |
| #define AX100_DOWNLINK_MAX_BYTES 200 |
The maximum number of CTS bytes that can be sent to the AX100 in a single downlink packet.
| uint8_t AX100_downlink_bytes | ( | uint8_t * | data, |
| uint16_t | data_len ) |
Send data to the ax100 for downlink.
| data | pointer to the data to downlink |
| data_len | length of the data |


|
extern |
When enabled, log messages like "Downlink inhibited: ..." will be sent to the Debug UART.
|
extern |
When enabled, the radio packets will be sent to the Debug UART for debugging purposes.