Sensor Fusion Library
0.6.1
Orientation sensing for Espressif (ESP32, ESP8266) processors
Loading...
Searching...
No Matches
src
sensor_fusion
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)
12
void
debug_log(
const
char
* str) {
13
Serial.println(str);
14
}
15
#endif
build.h
Build configuration file.
debug_print.h
defines function debug_print() that outputs to serial port Can disable these prints by compiling with...
Generated on Wed Feb 18 2026 09:42:29 for Sensor Fusion Library by
1.9.8