JVM test

Dependencies:   mbed

Revision:
5:047542b65d00
Child:
6:b9d0d96b052f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/device_depend.h	Sat Aug 24 07:00:51 2013 +0000
@@ -0,0 +1,17 @@
+#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
+