1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-06-15 22:56:53 +00:00

extra code

This commit is contained in:
Anson Biggs 2021-11-12 15:54:34 -07:00
parent 554f0fdc53
commit 069ab2a9e4

View File

@ -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...");