One more time.

This commit is contained in:
David A. Mellis 2009-09-23 22:21:24 +00:00
parent e6f674cc3f
commit 66e4b9c0cd
1 changed files with 1 additions and 1 deletions

View File

@ -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)