Mbed OS 5

Fork of PinDetect by Arturo Alvarado

Rewritten to Mbed OS 5 and their callback mechanism

Files at this revision

API Documentation at this revision

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.
      *