OSDN Git Service

Add c++/. Their licenses seems to be mixed. See also LEGAL file.
[nxt-jsp/etrobo-atk.git] / nxtOSEK / c++ / src / robotinit.c
diff --git a/nxtOSEK/c++/src/robotinit.c b/nxtOSEK/c++/src/robotinit.c
new file mode 100644 (file)
index 0000000..d4c7ea7
--- /dev/null
@@ -0,0 +1,22 @@
+//\r
+// robotinit.cc\r
+//\r
+// LEJOS-OSEK device initialize function for liblejososek.a library\r
+//\r
+// Written 9-jan-2008 by rwk\r
+//\r
+// Copyright 2007, 2008 by Takashi Chikamasa and Robert W. Kramer\r
+//\r
+\r
+//===========================================================================\r
+// void ecrobot_device_initialize(void)\r
+//   robot initialization\r
+//\r
+// Perform any system initialization here. This includes sensor setup and\r
+// possibly data initialization too. This is called before your main tasks\r
+// are started.\r
+//\r
+\r
+void ecrobot_device_initialize(void) {\r
+  \r
+}\r