File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 * the logging is completely removed.
1111 *
1212 * Full documentation is here:
13- * https://tcmenu.github.io/documentation /arduino-libraries//io-abstraction/arduino-logging-with-io-logging/
13+ * https://www.thecoderscorner.com/products /arduino-libraries//io-abstraction/arduino-logging-with-io-logging/
1414 */
1515
1616/* The logging levels are below:
Original file line number Diff line number Diff line change 99 * the logging is completely removed.
1010 *
1111 * Documentation link:
12- * https://tcmenu.github.io/documentation /arduino-libraries/io-abstraction/text-utilities-and-helpers/
13- * https://tcmenu.github.io/documentation /arduino-libraries//io-abstraction/arduino-logging-with-io-logging/
12+ * https://www.thecoderscorner.com/products /arduino-libraries/io-abstraction/text-utilities-and-helpers/
13+ * https://www.thecoderscorner.com/products /arduino-libraries//io-abstraction/arduino-logging-with-io-logging/
1414 */
1515
1616#include < IoLogging.h>
@@ -20,7 +20,7 @@ char sz[32] = {0};
2020
2121void setup () {
2222 // This example logs using IoLogging, see the following guide to enable
23- // https://tcmenu.github.io/documentation /arduino-libraries//io-abstraction/arduino-logging-with-io-logging/
23+ // https://www.thecoderscorner.com/products /arduino-libraries//io-abstraction/arduino-logging-with-io-logging/
2424 IOLOG_START_SERIAL
2525
2626 // convert 102934 to 8 decimal places not padded.
You can’t perform that action at this time.
0 commit comments