ModSensorDebugConfig.h file

This file is used to configure the code debugging to be used by the Modular Sensors Library.

The debugging functionality provided within the library is mostly useful for testing the workings of the library itself. It may not help to find problems with misbehaving sensors.

For the Arduino IDE, this is the only way to configure these settings. If you are using PlatformIO, you have the option of using this file or changing your configuration using build flags in your platformio.ini. Compile times will be shorter if you use this file instead of build flags, but it is much easier to track changes in your platformio.ini file than in this file.

Defines

#define MS_OUTPUT = Serial
The primary output stream for printouts.