CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
gnss_internal_drivers.h
Go to the documentation of this file.
1
2#ifndef INCLUDE_GUARD__GNSS_INTERNAL_DRIVERS_H__
3#define INCLUDE_GUARD__GNSS_INTERNAL_DRIVERS_H__
4
5#include <stdint.h>
6
8 const char *cmd_buf, uint8_t cmd_buf_len,
9 uint8_t rx_buf[],
10 const uint16_t rx_buf_max_size,
11 uint16_t* rx_buf_len_dest
12);
13
14
15#endif /* INCLUDE_GUARD__GNSS_INTERNAL_DRIVERS_H__ */
uint8_t GNSS_send_cmd_get_response(const char *cmd_buf, uint8_t cmd_buf_len, uint8_t rx_buf[], const uint16_t rx_buf_max_size, uint16_t *rx_buf_len_dest)
Sends a log command to the GNSS, and receives the response.
Definition gnss_internal_drivers.c:27