JVM test

Dependencies:   mbed

device_depend.h

Committer:
lynxeyed_atsu
Date:
2013-09-07
Revision:
9:4ea7773ea2b0
Parent:
7:2a384a077520

File content as of revision 9:4ea7773ea2b0:

#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 bytecode_read_init(void);
char* bytecode_read(int bc_num, int length);
void setup_systick(void);

#endif