Wens_Test

Dependencies:   Puck mbed

Files at this revision

API Documentation at this revision

Comitter:
bundy62
Date:
Sat Jan 24 10:50:24 2015 +0000
Commit message:
Wens Test Program using the puck library

Changed in this revision

Puck.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
diff -r 000000000000 -r c7195e2cbb8d Puck.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Puck.lib	Sat Jan 24 10:50:24 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/teams/Nordic-Pucks/code/Puck/#93d3574e9e36
diff -r 000000000000 -r c7195e2cbb8d main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Jan 24 10:50:24 2015 +0000
@@ -0,0 +1,8 @@
+#include "Puck.h"
+
+Puck *puck = &Puck::getPuck();
+
+int main(void) {
+    puck->init(0xBEEF);
+    while(puck->drive());
+}
\ No newline at end of file
diff -r 000000000000 -r c7195e2cbb8d mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat Jan 24 10:50:24 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5
\ No newline at end of file