Skip to content

MiPHardwareInfo

github-actions[bot] edited this page Aug 10, 2026 · 6 revisions

Class MiPHardwareInfo

Stores MiP's hardware revision and voice chip hardware numbers.

Detailed Description

Encapsulates the voice sound chip revision and robot body hardware revision numbers returned by MiP's hardware info query.

Table of Contents


Constructors & Destructors

MiPHardwareInfo

Signature: MiPHardwareInfo()

Summary: Constructs a new MiPHardwareInfo instance.

Details:

Automatically calls clear() to set all revision fields to zero.


Public Functions

clear

Signature: void clear()

Summary: Resets hardware revision fields to zero.


Public Variables

voiceChip

Signature: uint8_t voiceChip

Summary: Voice chip hardware revision number.


hardware

Signature: uint8_t hardware

Summary: Main body hardware revision number.


Clone this wiki locally