Sensor Fusion Library 0.6.1
Orientation sensing for Espressif (ESP32, ESP8266) processors
Loading...
Searching...
No Matches
debug_print.cc
Go to the documentation of this file.
1
7#include <HardwareSerial.h>
8#include "build.h"
9#include "debug_print.h"
10
11#if (ENABLE_DEBUG_LOG == 1)
12void debug_log(const char* str) {
13 Serial.println(str);
14}
15#endif
Build configuration file.
defines function debug_print() that outputs to serial port Can disable these prints by compiling with...