Commit 83eb64a9 authored by AKandAK's avatar AKandAK Committed by Jeffrey Schiller

Change Accerleromter to Accelerometer

parent 7df59e9d
...@@ -69,7 +69,7 @@ public class Camera extends AndroidNonvisibleComponent ...@@ -69,7 +69,7 @@ public class Camera extends AndroidNonvisibleComponent
// whether to open into the front-facing camera // whether to open into the front-facing camera
private boolean useFront; private boolean useFront;
// wether or not we have permission to use the camera // whether or not we have permission to use the camera
private boolean havePermission = false; private boolean havePermission = false;
......
...@@ -31,7 +31,7 @@ import android.util.Log; ...@@ -31,7 +31,7 @@ import android.util.Log;
*/ */
@DesignerComponent(version = YaVersion.PEDOMETER_COMPONENT_VERSION, @DesignerComponent(version = YaVersion.PEDOMETER_COMPONENT_VERSION,
description = "A Component that acts like a Pedometer. It senses motion via the " + description = "A Component that acts like a Pedometer. It senses motion via the " +
"Accerleromter and attempts to determine if a step has been " + "Accelerometer and attempts to determine if a step has been " +
"taken. Using a configurable stride length, it can estimate the " + "taken. Using a configurable stride length, it can estimate the " +
"distance traveled as well. ", "distance traveled as well. ",
category = ComponentCategory.SENSORS, category = ComponentCategory.SENSORS,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment