Merge branch 'master' of http://git.isthmus.tk:441/btl143/firmware_violet_zf
This commit is contained in:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user