-
Notifications
You must be signed in to change notification settings - Fork 0
aaronshang/MotionModel
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
### MotionGraphs ### =========================================================================== DESCRIPTION: MotionGraphs is an application project that demonstrates a how to use the push method to receive data from Core Motion. It displays graphs of accelerometer, gyroscope and device motion data. The project has the following classes and protocol, which (except where noted) have corresponding .h and .m file: GraphView — A UIView subclass that provides the ability to plot accelerometer, gyroscope or device motion data. This is the same GraphView as the one in the AccelerometerGraph sample. GraphViewController — A view controller that handles the display of accelerometer, gyroscope, and device motion data. Depending on the argument that is passed into its initWithMotionDataType: method it can display graph(s) generated from one of the three data types. MotionGraphsAppDelegate — A standard implementation of the UIApplicationDelegate protocol. "Motion Events" in Event Handling Guide for iPhone OS explains how to use the Core Motion API. If you run the compiled application on a device that does not have a gyroscope, no gyroscope or device motion data will be available. You cannot effectively run the application on the simulator. =========================================================================== Copyright (C) 2012 Apple Inc. All rights reserved.
About
基于iOS陀螺仪加速计的物体运动模型数据采集器
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published