新桨叶完赛

This commit is contained in:
2024-07-01 19:07:11 +08:00
parent 50b5cd3f2d
commit 8b5799302b
6 changed files with 41 additions and 34 deletions

View File

@@ -9,5 +9,5 @@ void vol_init(void)
}
void get_vol()
{
now_vol=0.003377f*adc_convert(GET_VOL_PIN)+0.16f;
now_vol=0.003377f*adc_convert(GET_VOL_PIN)+0.36f;
}