;

Dependents:   Audio_Player Wav_player_RPG_menu

Fork of DebounceIn by Andy K

Revision:
1:91a2e988ba9d
Parent:
0:38fc7a626a26
Child:
2:1f3e0982f89d
diff -r 38fc7a626a26 -r 91a2e988ba9d DebounceIn.h
--- a/DebounceIn.h	Wed Oct 27 01:16:02 2010 +0000
+++ b/DebounceIn.h	Thu Jan 13 09:52:32 2011 +0000
@@ -47,6 +47,9 @@
  * @see set_debounce_us() To change the sampling frequency.
  * @see set_samples() To alter the number of samples.
  *
+ * Users of this library may also be interested in PinDetect library:-
+ * @see http://mbed.org/users/AjK/libraries/PinDetect/latest
+ *
  * This example shows one input displayed by two outputs. The input
  * is debounced by the default 10ms.
  */