1.

What is the datatype of the output given by the temperature module on the MPU 6050?(a) Signed Double(b) Unsigned Byte(c) Signed Int(d) Unsigned FloatI have been asked this question in examination.This intriguing question comes from MPU6050 Sensor Module in section Interfacing of Sensors, Actuators, and Other Modules of Arduino

Answer»

Correct ANSWER is (c) Signed Int

The explanation: The temperature module gives US a signed integer in ORDER to DEPICT the current temperature. This helps because then we can have the full RANGE of both the positive and the negative temperature scale.



Discussion

No Comment Found

Related InterviewSolutions