test

Dependents:   measuring_wheel Nucleo_NHK_2018_syudo_wheel wheel_test3 wheel_test4 ... more

Fork of QEI by Aaron Berk

Revision:
1:40523b009a03
Parent:
0:5c2ad81551aa
Child:
2:fe23b32e62ca
--- a/QEI.h	Thu Sep 02 16:48:55 2010 +0000
+++ b/QEI.h	Mon Jul 02 08:35:17 2018 +0000
@@ -238,6 +238,7 @@
 
     volatile int pulses_;
     volatile int revolutions_;
+    DigitalOut led;
 
 };