800*320工程文件+初始demo提交

This commit is contained in:
2024-03-07 16:46:43 +08:00
parent 33e6eb45b3
commit 70ec3005bb
3306 changed files with 3374364 additions and 2563 deletions

View File

@ -0,0 +1,10 @@
#ifndef __CONTROLLER_H__
#define __CONTROLLER_H__
#include <stdint.h>
#include <stdbool.h>
bool controller_start(uint32_t baudrate, const uint8_t *ble_addr, const uint8_t *bt_addr);
#endif // __CONTROLLER_H__