This commit is contained in:
Glz
2024-03-03 17:59:06 +08:00
3 changed files with 6 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ int main(void)
ips200_init(IPS200_TYPE_SPI);
by_led_init();
// by_buzzer_init();
by_buzzer_init();
by_button_init();
jj_bt_init();
@@ -71,7 +71,7 @@ int main(void)
// by_tiny_frame_read(0x0D, 0x4059, &data_test);
while (1) {
Page_Run();
// by_buzzer_run();
by_buzzer_run();
tiny_frame_param[0].f32 = pure_angle;
tiny_frame_param[1].f32 = near_angle;
by_tiny_frame_write(0x0D, 0x0000, tiny_frame_param[0].u32);