dafads

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
MarkusSchieder
Date:
Tue Mar 03 17:58:12 2015 +0000
Commit message:
balasdf

Changed in this revision

Schiver.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Schiver.lib	Tue Mar 03 17:58:12 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/teams/5ABELI/code/Schiver/#973c293b7ee8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Mar 03 17:58:12 2015 +0000
@@ -0,0 +1,16 @@
+/*
+    schiffe_versenken
+*/
+#include "mbed.h"
+#include "Schiver.h"
+
+Schiver spiel(MAX_SCHIFFE);
+
+int main() 
+{
+    wait(5);
+    while(1) 
+    {
+        spiel.run();
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Tue Mar 03 17:58:12 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/9ad691361fac
\ No newline at end of file