This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <ArduinoGraphics.h> | |
| #include <Arduino_MKRRGB.h> | |
| #include <Stream.h> | |
| #define let auto const | |
| using namespace std; | |
| const double CALIBRATION_SECONDS = 1.0; | |
| const double STANDARD_DEVIATION_ABOVE_NOISE_MEAN = 3.0; |