-
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 PROFILERNone |
|
variable |
const uint8_t VERBOSENone |
|
variable |
const uint8_t DEBUGNone |
|
variable |
const uint8_t INFONone |
|
variable |
const uint8_t WARNINGNone |
|
variable |
const uint8_t ERRORNone |
|
variable |
const uint8_t ANYNone |
|
variable |
String m_hostnameNone |
|
variable |
bool m_connectedNone |
|
variable |
uint8_t m_clientDebugLevelNone |
|
variable |
uint8_t m_lastDebugLevelNone |
|
variable |
uint32_t m_lastTimePrintNone |
|
variable |
uint8_t m_levelBeforeProfilerNone |
|
variable |
uint32_t m_levelProfilerDisableNone |
|
variable |
uint32_t m_autoLevelProfilerNone |
|
variable |
bool m_showTimeNone |
|
variable |
bool m_showProfilerNone |
|
variable |
uint32_t m_minTimeShowProfilerNone |
|
variable |
bool m_showDebugLevelNone |
|
variable |
bool m_showColorsNone |
|
variable |
bool m_serialEnabledNone |
|
variable |
bool m_resetCommandEnabledNone |
|
variable |
bool m_newLineNone |
|
variable |
String m_commandNone |
|
variable |
String m_lastCommandNone |
|
variable |
uint32_t m_lastTimeCommandNone |
|
variable |
String m_helpProjectCmdsNone |
|
variable |
void(* m_callbackProjectCmds)() |
|
variable |
String m_filterNone |
|
variable |
bool m_filterActiveNone |
|
variable |
String m_bufferPrintNone |
|
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) |
|
function |
void showHelp() |
|
function |
void processCommand() |
|
function |
String formatNumber(uint32_t value, uint8_t size, char insert='0') |
|
function |
bool isCRLF(char character) |
🔗 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