Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3414de9

Browse files
committed
More Fuel Added
1 parent 137a3f3 commit 3414de9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,28 +216,28 @@ if you want to get just a single value of any of the available sensors at a give
216216
(x, y, z) -> () in
217217
....
218218
}
219-
```
219+
```
220220
###Gravitational Acceleration
221221
```swift
222222
motionKit.getAccelerationAtCurrentInstant {
223223
(x, y, z) -> () in
224224
....
225225
}
226-
```
226+
```
227227
###Attitude
228228
```swift
229229
motionKit.getAttitudeAtCurrentInstant {
230230
(x, y, z) -> () in
231231
....
232232
}
233-
```
233+
```
234234
###Magnetic Field
235235
```swift
236236
motionKit.getMageticFieldAtCurrentInstant {
237237
(x, y, z) -> () in
238238
....
239239
}
240-
```
240+
```
241241
###Gyroscope Values
242242
```swift
243243
motionKit.getGyroValuesAtCurrentInstant {

0 commit comments

Comments
 (0)