sTodo-m5paper-client/libraries/bsec2/examples/x8_board_examples/Readme.md
2025-06-30 20:47:33 +02:00

8 lines
No EOL
520 B
Markdown

basic_config_state.ino example supports regression as well as classification outputs.
However BSEC supports only one mode at any given point of time.
Ensure to define the output mode required in the example code before compilation.
Set the OUTPUT_MODE macro to CLASSIFICATION for the classification output of the BSEC algorithm (default).
#define OUTPUT_MODE CLASSIFICATION
Set the OUTPUT_MODE macro to REGRESSION for the regression output of the BSEC algorithm.
#define OUTPUT_MODE REGRESSION