-
Notifications
You must be signed in to change notification settings - Fork 0
MiPDebug
github-actions[bot] edited this page Aug 10, 2026
·
9 revisions
| Type | Signature | Description |
|---|---|---|
variable |
const uint8_t PROFILER |
|
variable |
const uint8_t VERBOSE |
|
variable |
const uint8_t DEBUG |
|
variable |
const uint8_t INFO |
|
variable |
const uint8_t WARNING |
|
variable |
const uint8_t ERROR |
|
variable |
const uint8_t ANY |
|
function |
void begin(String hostname, uint8_t startingDebugLevel=VERBOSE) |
|
function |
void stop() |
|
function |
void handle() |
|
function |
void setSerialEnabled(bool enable) |
|
function |
void setResetCmdEnabled(bool enable) |
|
function |
void setHelpProjectsCmds(String help) |
|
function |
void setCallBackProjectCmds(void(*callback)()) |
|
function |
String getLastCommand() |
|
function |
void clearLastCommand() |
|
function |
void showTime(bool show) |
|
function |
void showProfiler(bool show, uint32_t minTime=0) |
|
function |
void showDebugLevel(bool show) |
|
function |
void showColors(bool show) |
|
function |
void autoProfilerLevel(uint32_t millisElapsed) |
|
function |
void setFilter(String filter) |
|
function |
void setNoFilter() |
|
function |
bool isActive(uint8_t debugLevel=DEBUG) |
|
function |
size_t write(uint8_t) |
|
function |
size_t write(const uint8_t *buffer, size_t size) |
|
function |
String expand(String string) |
🔗 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