docs: removed C++ references from documentation to make API language agnostic

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2015-06-01 10:56:03 -07:00
parent 4390c30be8
commit 8614cb322a
109 changed files with 142 additions and 142 deletions

View File

@ -122,9 +122,9 @@ struct AxisData {
* @web http://www.seeedstudio.com/wiki/Grove_-_IMU_9DOF_v1.0
* @con i2c
*
* @brief C++ API for MPU9150 chip (Accelerometer, Gyro and Magnometer Sensor)
* @brief API for MPU9150 chip (Accelerometer, Gyro and Magnometer Sensor)
*
* This file defines the MPU9150 C++ interface for libmpu9150
* This file defines the MPU9150 interface for libmpu9150
*
* @image html mpu9150.jpg
* @snippet mpu9150.cxx Interesting