mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Added 'esc_sensor_halfduplex' setting to enable KISSFC owners to use 'TLM' pads for ESC stelemetry lines.
This commit is contained in:
parent
b069e011fe
commit
6165ef6f9c
4 changed files with 20 additions and 2 deletions
|
@ -19,6 +19,12 @@
|
|||
|
||||
#include "common/time.h"
|
||||
|
||||
typedef struct escSensorConfig_s {
|
||||
uint8_t halfDuplex; // Set to false to listen on the TX pin for telemetry data
|
||||
} escSensorConfig_t;
|
||||
|
||||
PG_DECLARE(escSensorConfig_t, escSensorConfig);
|
||||
|
||||
typedef struct {
|
||||
uint8_t dataAge;
|
||||
int8_t temperature;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue