diff --git a/include/teensy.h b/include/teensy.h index 07402d8..f948298 100644 --- a/include/teensy.h +++ b/include/teensy.h @@ -14,15 +14,6 @@ void teensyAbort(); const int chipSelect = BUILTIN_SDCARD; File dataFile; -double loadCellCalibrate() { - // place code to calibrate load cells in here - double loadTotal = 0.0; - for (double t = 0.0; t == 10.0; ++t) { - loadTotal += 1.0; - delay(15); - } - return loadTotal / 10.0; -} void initFile() { Serial.print("Initializing SD card...");