You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
/*
|
|
|
|
|
* msp_U7.h
|
|
|
|
|
*
|
|
|
|
|
* Created on: Oct 8, 2024
|
|
|
|
|
* Author: akeguo
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef INC_MSP_MSP_U7_H_
|
|
|
|
|
#define INC_MSP_MSP_U7_H_
|
|
|
|
|
#include "../../BASE/Inc/BSP/bsp_UART.h"
|
|
|
|
|
#include "msp_U7.pb.h"
|
|
|
|
|
void Sbus_Data_Count_U7(uint8_t *buf, int32_t *But_Value);
|
|
|
|
|
extern SP_MSP_U7_Button *P_U7;
|
|
|
|
|
void Robot_ResetCheck_Loop(void);
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
extern void U7_Sbus_UART_Handler_intialize(struct UARTHandler* Handler);
|
|
|
|
|
uint8_t IsRemoteAtInitialPosition(void);
|
|
|
|
|
#endif /* INC_MSP_MSP_U7_H_ */
|