From 8f3c91e91b634adaca77dac6cf314445cceefc78 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Fri, 19 Oct 2012 19:38:06 +0100 Subject: Imported Upstream version 2.1.8.20120912 --- Java/com/phidgets/AccelerometerPhidget.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Java/com/phidgets/AccelerometerPhidget.java') diff --git a/Java/com/phidgets/AccelerometerPhidget.java b/Java/com/phidgets/AccelerometerPhidget.java index c0c82ae..062ea6f 100644 --- a/Java/com/phidgets/AccelerometerPhidget.java +++ b/Java/com/phidgets/AccelerometerPhidget.java @@ -1,6 +1,6 @@ /* - * Copyright 2006 Phidgets Inc. All rights reserved. + * Copyright 2012 Phidgets Inc. All rights reserved. */ package com.phidgets; @@ -11,9 +11,10 @@ import com.phidgets.event.*; * This class represents a Phidget Accelerometer. All methods to read * acceleration data from an Accelerometer are implemented in this class.

- The Phidget Accelerometer provides 2 or 3 axes of acceleration data, at anywhere from 2g to 10g - sensitivity, depending on the specific revision. See your hardware documetation for more information. - They can measure both static (gravity) and dynamic acceleration. + * The Phidget Accelerometer provides 2 or 3 axes of acceleration data, at anywhere from 2g to 10g + * sensitivity, depending on the specific revision. See your device's User Guide for more specific API details, + * technical information, and revision details. The User Guide, along with other resources, can be found on + * the product page for your device. * @author Phidgets Inc. */ -- cgit v1.2.3