---
title: startGyroUpdates()
framework: coremotion
role: symbol
role_heading: Instance Method
path: coremotion/cmmotionmanager/startgyroupdates()
---

# startGyroUpdates()

Starts gyroscope updates without a handler.

## Declaration

```swift
func startGyroUpdates()
```

## Mentioned in

Getting raw gyroscope events

## Discussion

Discussion You can get the latest gyroscope data through the gyroData property. You must call stopGyroUpdates() when you no longer want your app to process gyroscope updates.

## See Also

### Managing Gyroscope Updates

- [gyroUpdateInterval](coremotion/cmmotionmanager/gyroupdateinterval.md)
- [startGyroUpdates(to:withHandler:)](coremotion/cmmotionmanager/startgyroupdates(to:withhandler:).md)
- [stopGyroUpdates()](coremotion/cmmotionmanager/stopgyroupdates().md)
- [gyroData](coremotion/cmmotionmanager/gyrodata.md)
- [CMGyroHandler](coremotion/cmgyrohandler.md)
