文件名称:107-Arduino-Debug:Arduino库,用于为printf样式的调试提供方便的宏
文件大小:11KB
文件格式:ZIP
更新时间:2024-03-06 04:32:01
debugging arduino-library C++
107-Arduino调试 Arduino库,用于为printf样式的调试提供方便的宏。 例子 # define DBG_ENABLE_ERROR # define DBG_ENABLE_WARNING # define DBG_ENABLE_INFO # define DBG_ENABLE_DEBUG # define DBG_ENABLE_VERBOSE # include < ArduinoDebug> /* ... */ DEBUG_INSTANCE ( 80 , Serial); /* ... */ void setup () { Serial. begin ( 9600 ); while (!Serial) { } DBG_ERROR ( " A serious error has occurred during operation X: %d " ,
【文件预览】:
107-Arduino-Debug-main
----.github()
--------workflows()
----.codespellrc(193B)
----src()
--------dtostrf.c(1KB)
--------ArduinoDebug.hpp(3KB)
----keywords.txt(724B)
----examples()
--------Debug-Basic()
----LICENSE(1KB)
----README.md(2KB)
----library.properties(363B)