OSDN Git Service

projects clean up 1
[pinoc/pinoc.git] / test / lowio_test / lowio_test / hwsetup.c
diff --git a/test/lowio_test/lowio_test/hwsetup.c b/test/lowio_test/lowio_test/hwsetup.c
new file mode 100644 (file)
index 0000000..a9a4aba
--- /dev/null
@@ -0,0 +1,30 @@
+/***********************************************************************/
+/*                                                                     */
+/*  FILE        :hwsetup.c                                             */
+/*  DATE        :Sun, Feb 24, 2013                                     */
+/*  DESCRIPTION :Hardware Setup file                                   */
+/*  CPU TYPE    :H8/3069R                                              */
+/*                                                                     */
+/*  This file is generated by Renesas Project Generator (Ver.4.16).    */
+/*                                                                     */
+/***********************************************************************/
+
+#include "3069f_sci.h"
+
+
+#include "iodefine.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+extern void HardwareSetup(void);
+#ifdef __cplusplus
+}
+#endif
+
+
+void HardwareSetup(void)
+{
+// Initialize routine
+
+       sci_init(SCI_NO_1, BitRate_type_br9600);
+}