JVM test

Dependencies:   mbed

device_depend.h

Committer:
lynxeyed_atsu
Date:
2013-08-26
Revision:
6:b9d0d96b052f
Parent:
5:047542b65d00
Child:
7:2a384a077520

File content as of revision 6:b9d0d96b052f:

#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