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: mRotaryEncoder.h
- Revision:
- 6:854c349157b0
- Parent:
- 5:75ddffaf3721
- Child:
- 7:ec80fd9c0c08
--- a/mRotaryEncoder.h Wed Feb 09 20:18:34 2011 +0000
+++ b/mRotaryEncoder.h Wed Mar 11 21:08:31 2015 +0000
@@ -115,7 +115,7 @@
*/
void attachROT(T* tptr, void (T::*mptr)(void)) {
if ((mptr != NULL) && (tptr != NULL)) {
- rotISR.attach(tptr, mptr);
+ rotIsr.attach(tptr, mptr);
}
}