====== Debugging API ====== When developing an application, you can check debugging message that occurs within the SDK. \\ Register the callback function through [[BS2_SetDebugExCallback]] to check debugging message in real time. \\ \\ * [[BS2_SetDebugExCallback]]: Registers the callback function that gets called for debugging message. ===== Callback Function ===== typedef void (*CBDebugExPrint)(uint32_t level, uint32_t module, const char* msg); 1. //CBDebugExPrint// \\ Callback function that is called for debugging message. \\ \\