Radar_RTOS

Dependencies:   mbed

Dependents:   Radar_RTOS_Kart

Fork of Nucleo_radar_buz by Contest IOT GSE5

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers UART_Radar.h Source File

UART_Radar.h

00001 
00002 
00003 
00004 void USART1_puts(char *text);
00005         
00006 void format(char *msg, char *msg_formated);
00007 
00008 void send(char *data);
00009 
00010 int receive(char *frame);
00011 
00012 int controle(char *frame);