juanisVIG/MDK-ARM/sbus.h
2026-03-02 18:13:03 +08:00

16 lines
314 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef SBUS_H
#define SBUS_H
#include "main.h"
// SBUS??3¡è?¨¨¡ê¡§25¡Á??¨²¡ê?
#define SBUS_FRAME_LEN 25
// ¨ªa2?¡À?¨¢?¨¦¨´?¡Â¡ê¡§¡À?¨¢?¨º¦Ì?¨º?¡§¨°??¨²main.c?D¡ê?
// o¡¥¨ºy¨¦¨´?¡Â
void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart);
void sbus_parse(uint8_t *buf, uint16_t *channels);
#endif /* SBUS_H */