增加障碍物状态显示

This commit is contained in:
bmy
2024-03-23 10:00:25 +08:00
parent 77966b874f
commit c557c01f32

View File

@@ -61,6 +61,7 @@ static void Loop()
ips200_show_uint(160, 185, Lpt1_found_barrier, 3);
ips200_show_uint(160, 205, Lpt0_found_barrier_in, 3);
ips200_show_uint(160, 224, Lpt1_found_barrier_in, 3);
ips200_show_uint(200, 165, barrier_type, 3);
}
/**