Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137a3f3 commit 3414de9Copy full SHA for 3414de9
README.md
@@ -216,28 +216,28 @@ if you want to get just a single value of any of the available sensors at a give
216
(x, y, z) -> () in
217
....
218
}
219
- ```
+```
220
###Gravitational Acceleration
221
```swift
222
motionKit.getAccelerationAtCurrentInstant {
223
224
225
226
227
###Attitude
228
229
motionKit.getAttitudeAtCurrentInstant {
230
231
232
233
234
###Magnetic Field
235
236
motionKit.getMageticFieldAtCurrentInstant {
237
238
239
240
241
###Gyroscope Values
242
243
motionKit.getGyroValuesAtCurrentInstant {
0 commit comments