uKit Explore
Ctrlk
  • About uKit Explore
  • Quick Start
    • How to Install uKit Explore Arduino Library
    • uKit Explore v2 Pinout
    • Introduction to Grayscale Sensor and Frequently Asked Questions
    • Grayscale Sensor Calibration Guidelines
    • Grayscale Sensor Firmware Update
  • uKit Explore Function
    • Introduction to uKit Explore Library
    • Sensor
    • uKit Servo Motor
    • uKit DC Motor
    • uKit Explore Onboard Hardware
      • Onboard button
      • Onboard Buzzer
      • Onboard RGB LED
      • onboard Battery Voltage Level
      • onboard Gyroscope
        • IMU::init()
        • IMU::read()
        • IMU::getRawAccelX()
        • IMU::getRawAccelY()
        • IMU::getRawAccelZ()
        • IMU::getRawGyroX()
        • IMU::getRawGyroY()
        • IMU::getRawGyroZ()
        • IMU::getRoll()
        • IMU::getPitch()
  • Arduino Function
Powered by GitBook
On this page

Was this helpful?

  1. uKit Explore Function
  2. uKit Explore Onboard Hardware

onboard Gyroscope

Functions Syntax

IMU::init()IMU::read()IMU::getRawAccelX()IMU::getRawAccelY()IMU::getRawAccelZ()IMU::getRawGyroX()IMU::getRawGyroY()IMU::getRawGyroZ()IMU::getRoll()IMU::getPitch()
PreviousreadBatteryVoltage()NextIMU::init()

Last updated 6 years ago

Was this helpful?