From 5c36a17defa6f5682472dcc7c9950b56629c08f0 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Wed, 21 Mar 2012 20:59:58 -0400 Subject: [PATCH] Additional doc updates. --- button.cpp | 2 +- button.h | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/button.cpp b/button.cpp index a9813f8..98df134 100644 --- a/button.cpp +++ b/button.cpp @@ -1,6 +1,6 @@ /*----------------------------------------------------------------------* * Arduino Button Library v1.0 * - * Jack Christensen Mar 2012 * + * Jack Christensen May 2011, published Mar 2012 * * * * Library for reading momentary contact switches like tactile button * * switches. Intended for use in state machine constructs. * diff --git a/button.h b/button.h index bcfa088..0eb8687 100644 --- a/button.h +++ b/button.h @@ -1,8 +1,6 @@ /*----------------------------------------------------------------------* - * button.h -- Library for reading momentary contact switches like * - * tactile button switches. * - * * - * Jack Christensen 11 May 2011 * + * Arduino Button Library v1.0 * + * Jack Christensen Mar 2012 * * * * This work is licensed under the Creative Commons Attribution- * * ShareAlike 3.0 Unported License. To view a copy of this license, *