mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-24 11:37:44 +08:00
tft lvgl test ok
This commit is contained in:
22
User_Code/module/software/prts/prts.h
Normal file
22
User_Code/module/software/prts/prts.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef PRTS_H
|
||||
#define PRTS_H
|
||||
|
||||
/* PRTS: Portable RoboMaster Telemetry System */
|
||||
|
||||
#include "robot_def.h"
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
bool PRTS_Init(void);
|
||||
void PRTS_UpdateStatus(float temperature_c, RobotMode_t mode);
|
||||
uint32_t PRTS_Task(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user