This commit is contained in:
2024-01-08 22:37:17 +08:00
5 changed files with 79 additions and 3 deletions

View File

@@ -28,7 +28,8 @@
#include "jj_blueteeth.h"
#include "jj_param.h"
#include "./page/page_ui_widget.h"
int falg_false = 0;
#include "by_buzzer.h"
int main(void)
{
@@ -41,6 +42,7 @@ int main(void)
by_exit_init();
by_pwm_init();
jj_bt_init();
by_buzzer_init();
// while (imu660ra_init())
// ;
jj_param_eeprom_init();
@@ -50,6 +52,8 @@ int main(void)
Page_Run();
jj_bt_run();
queue_pop_read();
if (mt9v03x_finish_flag) {
// 该操作消耗大概 1970 个 tick折合约 110us
memcpy(mt9v03x_image_copy[0], mt9v03x_image[0], (sizeof(mt9v03x_image_copy) / sizeof(uint8_t)));