Quadrature encoder interface example.

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
aberk
Date:
Tue Aug 03 08:47:02 2010 +0000
Child:
1:30696e4d196b
Commit message:
Version 1.0

Changed in this revision

QEI_lib.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/QEI_lib.lib	Tue Aug 03 08:47:02 2010 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/aberk/programs/QEI_lib/latest
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Aug 03 08:47:02 2010 +0000
@@ -0,0 +1,12 @@
+#include "QEI.h"
+
+Serial pc(USBTX, USBRX);
+QEI wheel(p18, p21, NC, 624);
+
+int main() {
+
+    while(1){
+        pc.printf("Pulses is: %i\n", wheel.getPulses());
+    }
+
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Tue Aug 03 08:47:02 2010 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/9114680c05da