Mbed OS 5
Fork of PinDetect by
Rewritten to Mbed OS 5 and their callback mechanism
Revision 6:09458c0b5cad, committed 2018-06-28
- Comitter:
- pilotak
- Date:
- Thu Jun 28 16:19:47 2018 +0200
- Parent:
- 5:2b0afd293d1d
- Commit message:
- typo
Changed in this revision
PinDetect.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2b0afd293d1d -r 09458c0b5cad PinDetect.h --- a/PinDetect.h Thu Jun 28 14:02:22 2018 +0200 +++ b/PinDetect.h Thu Jun 28 16:19:47 2018 +0200 @@ -83,7 +83,7 @@ * * @param int New assert value (1 or 0) */ - void setAssertValue(int i = PINDETECT_PIN_ASSTERED); + void setAssertValue(int i = PINDETECT_PIN_ASSERTED); /** Set the number of continuous samples until assert assumed. *