Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: ExioMcp23s17RotaryEncoder.cpp
- Revision:
- 12:33706f4ace5c
- Parent:
- 9:b0e9ec45a720
--- a/ExioMcp23s17RotaryEncoder.cpp	Fri Nov 04 14:17:24 2016 +0000
+++ b/ExioMcp23s17RotaryEncoder.cpp	Fri Nov 04 14:30:44 2016 +0000
@@ -48,7 +48,7 @@
     in2 = new ExioMcp23s17DigitalIn( pDevice, port, pin2_n);
     in1->mode(PullUp);
     in2->mode(PullUp);
-    ticker.attach_us(this, &ExioMcp23s17RotaryEncoder::func_ticker, 500);
+    //ticker.attach_us(this, &ExioMcp23s17RotaryEncoder::func_ticker, 500);
 }
 
 /**