stewartplatform
Dependencies:
mbed
Fork of
PwmOut_HelloWorld
by Mbed
inc/usart.h
- Committer:
- wheels
- Date:
- 2016-05-07
- Revision:
- 2:50062ac8646d
File content as of revision 2:50062ac8646d:
#ifndef USART_H
#define USART_H
#include "mbed.h"
void usart_ISR();
void usart_init(int baud);
#endif