From fc882af93eb1106eb201e1f2a301692e80ac7eca Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Wed, 24 Jun 2009 22:05:56 +0000 Subject: [PATCH] Edited comments --- .../Digital/StateChangeDetection/StateChangeDetection.pde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/shared/dist/examples/Digital/StateChangeDetection/StateChangeDetection.pde b/build/shared/dist/examples/Digital/StateChangeDetection/StateChangeDetection.pde index 66fd7253b..af52f8b58 100644 --- a/build/shared/dist/examples/Digital/StateChangeDetection/StateChangeDetection.pde +++ b/build/shared/dist/examples/Digital/StateChangeDetection/StateChangeDetection.pde @@ -12,8 +12,8 @@ The circuit: * pushbutton attached to pin 2 from +5V * 10K resistor attached to pin 2 from ground - * LED attached from pin 13 to ground (or use the built-in resistor on - (most Arduino boards) + * LED attached from pin 13 to ground (or use the built-in LED on + most Arduino boards) created 27 Sep 2005 modified 17 Jun 2009