finish command

This commit is contained in:
2025-08-12 19:56:56 +08:00
parent 9b3d19cffa
commit 05cebe979d
5 changed files with 215 additions and 67 deletions

View File

@@ -4,6 +4,9 @@
#include <stdint.h>
#include <stdbool.h>
bool get_sensor_report_enabled(void);
void set_sensor_report_enabled(bool enabled);
void command_process(void);
void handle_command(const uint8_t *cmd, uint8_t len);