Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-22 14:12:32 +08:00
parent ef4eae6128
commit 12904d5507
4 changed files with 29 additions and 9 deletions

View File

@ -894,6 +894,9 @@ void SensorIS11::get_fanshelv()
IS11_datastruct_fanshelv.data[i] =IS11_datastruct_fanshelv.data[i]*fanshelv_struct.gain[i];
}
}
// Serial0.println("fanshelv");
Serial0.printf("fanshelv_struct.data[%d] = %f\n",1,IS11_datastruct_fanshelv.data[0]);
Serial0.printf("fanshelv_struct.data[%d] = %f\n",2047,IS11_datastruct_fanshelv.data[2047]);
IS11_datastruct_fanshelv.NCa = 1;
}