-
Notifications
You must be signed in to change notification settings - Fork 0
MiP_Mode
Manages MiP's built-in game and application operating modes.
Signature: void enableApp()
Summary: Switches MiP into App Mode.
Details:
Verified operation: sends the set game mode command and reads back state with retry.
Signature: void enableCage()
Summary: Switches MiP into Cage Mode.
Details:
Verified operation: sends the set game mode command and reads back state with retry.
Signature: void enableDance()
Summary: Switches MiP into Dance Mode.
Details:
Verified operation: sends the set game mode command and reads back state with retry.
Signature: void enableStack()
Summary: Switches MiP into Stack Mode.
Details:
Verified operation: sends the set game mode command and reads back state with retry.
Signature: void enableTrick()
Summary: Switches MiP into Trick Mode.
Details:
Verified operation: sends the set game mode command and reads back state with retry.
Signature: void enableRoam()
Summary: Switches MiP into Roam Mode.
Details:
Verified operation: sends the set game mode command and reads back state with retry.
Signature: bool isAppEnabled()
Summary: Checks if App Mode is currently active.
Returns: true if MiP is in App Mode, false otherwise.
Signature: bool isCageEnabled()
Summary: Checks if Cage Mode is currently active.
Returns: true if MiP is in Cage Mode, false otherwise.
Signature: bool isDanceEnabled()
Summary: Checks if Dance Mode is currently active.
Returns: true if MiP is in Dance Mode, false otherwise.
Signature: bool isStackEnabled()
Summary: Checks if Stack Mode is currently active.
Returns: true if MiP is in Stack Mode, false otherwise.
Signature: bool isTrickEnabled()
Summary: Checks if Trick Mode is currently active.
Returns: true if MiP is in Trick Mode, false otherwise.
Signature: bool isRoamEnabled()
Summary: Checks if Roam Mode is currently active.
Returns: true if MiP is in Roam Mode, false otherwise.
🔗 Quick Links: Main Repository • Report an Issue • Wiki Home
An open-source API for the WowWee MiP Robot. Licensed under Apache-2.0.
- MiP
- MiPChestLED
- MiPClapSettings
- MiPDebug
- MiPHardwareInfo
- MiPHeadLEDs
- MiPIRDongleCode
- MiPSoftwareVersion
- MiPStatus
- MiP_Battery
- MiP_ChestLED
- MiP_Clap
- MiP_EEPROM
- MiP_Gesture
- MiP_HeadLEDs
- MiP_Infrared
- MiP_Mode
- MiP_Motion
- MiP_Odometer
- MiP_Position
- MiP_Radar
- MiP_Serial
- MiP_Shake
- MiP_Sound
- MiP_Version
- MiP_Weight
- MiP_WiFi