diff --git a/doc/egomotion.md b/doc/egomotion.md
index e40eeb12df204b53fee56d019194d82a553fa6e2..9479591d25112ee5b5e7e2fd4ee6d559cbf63363 100644
--- a/doc/egomotion.md
+++ b/doc/egomotion.md
@@ -20,6 +20,12 @@ The wheel encoders have a relatively low resolution (60 counts per revolution) w
 
 The IMU used in the car is the [MPU9250](https://invensense.tdk.com/products/motion-tracking/9-axis/mpu-9250/). Check its documentation for further details and section 1.4.3 of the [hardware manual](https://drive.google.com/drive/folders/1OxAIbyjF__c_3nsVdmDuN2BNE6a4JI3r) fir further details.
 
+A set of functions is provided to handle the zero calibration process of the gyroscope sensor. These feature allows the user to:
+
+* Start the calibration process specifying the number of samples to average. The default value is 100.
+* Stop the calibration process at any time. In this case, the calibration data up to the stopping point will be used.
+* Check the current status of the calibration process.
+
 # Example
 
 This driver provides a simple example that shows the measured data of the sensors on screen. To test it execute the following command: