From 66e4b9c0cd6b22625a8af849ec47242711c87a5c Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Wed, 23 Sep 2009 22:21:24 +0000 Subject: [PATCH] One more time. --- build/shared/examples/Sensors/ADXL3xx/ADXL3xx.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/shared/examples/Sensors/ADXL3xx/ADXL3xx.pde b/build/shared/examples/Sensors/ADXL3xx/ADXL3xx.pde index 7e89dcb64..5609c4211 100644 --- a/build/shared/examples/Sensors/ADXL3xx/ADXL3xx.pde +++ b/build/shared/examples/Sensors/ADXL3xx/ADXL3xx.pde @@ -27,7 +27,7 @@ // these constants describe the pins. They won't change: const int groundpin = 18; // analog input pin 4 -- ground const int powerpin = 19; // analog input pin 5 -- voltage -const int pin = 3; // x-axis of the accelerometer +const int xpin = 3; // x-axis of the accelerometer const int ypin = 2; // y-axis const int zpin = 1; // z-axis (only on 3-axis models)