Komut
end()
Açıklama
IMU'yu devre dışı bırakın.
Sözdizimi
IMU.end ()
Parametreler
Yok
İadeler
Hiçbir şey değil
Misal
…
if (!IMU.begin()) {
Serial.println("Failed to initialize IMU!");
while (1);
}
// read IMU data …
// done with the IMU
IMU.end();
…
if (!IMU.begin()) {
Serial.println("Failed to initialize IMU!");
while (1);
}
// read IMU data …
// done with the IMU
IMU.end();
…
See Also
- begin()
- readAcceleration()
- readGyroscope()
- accelerationAvailable()
- gyroscopeAvailable()
- accelerationSampleRate()
- gyroscopeSampleRate()
- readMagneticField()
- magneticFieldSampleRate()
- magneticFieldAvailable()