1.测试了电池adc的驱动,正常读出数据,且电压与万用表示一致,测试通过
2.增加了项目部署说明 3.修改了一件编译,烧录,监视脚本的内容以增加对监视输出日志的本地持久化,便于查找开发过程中的各种bug
This commit is contained in:
@@ -8,5 +8,6 @@
|
||||
|
||||
void app_main(void)
|
||||
{
|
||||
imu_test(); // imu测试
|
||||
// imu_test(); // imu测试
|
||||
battery_test();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user