JVM test

Dependencies:   mbed

device_depend.h

Committer:
lynxeyed_atsu
Date:
2013-08-24
Revision:
5:047542b65d00
Child:
6:b9d0d96b052f

File content as of revision 5:047542b65d00:

#ifndef __DEVICE_DEPEND_H__
#define __DEVICE_DEPEND_H__

#include "mbed.h"

// functions
void hardware_init(void);
void uart_init(int baud_rate);
void uart_print(char *str);
int uart_read(void);
int time_millis(void);
void port_write(int port, int bit, int value);

void setup_systick(void);

#endif