stewartplatform

Dependencies:   mbed

Fork of PwmOut_HelloWorld by Mbed

inc/usart.h

Committer:
wheels
Date:
2016-08-20
Revision:
3:c5ea5b6a7460
Parent:
2:50062ac8646d

File content as of revision 3:c5ea5b6a7460:

#ifndef USART_H
#define USART_H

#include "mbed.h"


void usart_ISR();
void usart_init(int baud);

#endif