Library used during 1 day workshops presented by Skool and ARM Hungary in 2015.

Fork of Skool_wkshp_lib2015 by Laszlo Vagasi

pc_uart.h

Committer:
lvagasi
Date:
2015-09-25
Revision:
0:3ad0af8abf43

File content as of revision 0:3ad0af8abf43:

#ifndef PC_UART_H
#define PC_UART_H

#include "mbed.h"

void Error(int err);

#endif