12 #include "../firmware.h"
14 #include "inc/hw_types.h"
19 #include "../board/uart.h"
21 #include "inc/tm4c123gh6pm.h"
22 #include "inc/hw_memmap.h"
24 #include "driverlib/gpio.h"
25 #include "driverlib/uart.h"
26 #include "driverlib/sysctl.h"
27 #include "driverlib/pin_map.h"
29 #define DEBUG_SERIAL UART_CAMERA // this is the serial port debug messages will come through (UART_CAMERA or UART_GNSS)
30 #define GPS_SERIAL UART_GNSS
31 #define CAM_SERIAL UART_CAMERA
33 #define DEBUG_SERIAL CAM_SERIAL
42 setupwatchdoginterrupt();
44 UART_init(DEBUG_SERIAL,115200); DISP1(
"\n\n\r Satellite GPS test.\n")
void UART_init(uint8_t uart_num, uint32_t baudrate)
char UART_getc(uint8_t uart_num)
int main(void)
Runs all module tests.
bool UART_charsAvail(uint8_t uart_num)
bool UART_putc_nonblocking(uint8_t uart_num, char c)
void UART_puts(uint8_t uart_num, char *str)