Print out the MAGIC constants

This commit is contained in:
mmcwilliams 2024-04-20 09:58:05 -06:00
parent f2ef05ea00
commit 1962790742
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ void printInfo() {
println("CALIBRATION H (MM): " + (ROWS * (SPACING / DPMM)));
println("SOUNDTRACK SAMPLE RATE: " + (SPACING * 24));
println("MAGIC H CORRECTION: " + MAGIC_H_CORRECTION);
println("MAGIC W CORRECTION: " + MAGIC_W_CORRECTION);
}
void setup () {