feat: 适配新板卡蓝牙

This commit is contained in:
2024-01-31 17:55:16 +08:00
parent bd9ea4b09e
commit 27c50ceea8
3 changed files with 58 additions and 3 deletions

View File

@@ -23,9 +23,11 @@
********************************************************************************************************************/
#include "gl_headfile.h"
#include "./page/page.h"
#include "jj_param.h"
#include "by_buzzer.h"
#include "by_led.h"
#include "jj_param.h"
#include "jj_blueteeth.h"
int main(void)
{
@@ -40,12 +42,14 @@ int main(void)
by_buzzer_init();
by_button_init();
// while (imu660ra_init())
// ;
jj_bt_init();
// jj_param_eeprom_init();
Page_Init();
pit_ms_init(TIM6_PIT, 2);
pit_ms_init(TIM1_PIT, 2);
while (1) {
Page_Run();
queue_pop_read();