для управления турелью

Dependencies:   mbed

uart.hpp

Committer:
Yar
Date:
2017-01-19
Revision:
3:e47c0c98f515
Parent:
0:690effcc5be0

File content as of revision 3:e47c0c98f515:

#ifndef _UART_H_
#define _UART_H_

void uartThread(void const *argument);
void uartUpdate(void);
#endif