BrushlessPower / SBUS2-Telemetry

Arduino Library for SBUS and SBUS2 with Futaba Telemetry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temperature Sensors

BrushlessPower opened this issue · comments

With Version 1.0 I've added more Temperature Sensors following the existing Futaba Sensors

But with my T14SG i can't test all of them, because the T14SG doesn't support them all.
So it would be great, if someone could test the following Sensors:

Sensor SBS01T

  • Function: SBS01T(uint8_t port, int16_t temp);
  • T14SG: OK

Sensor SBS01TE

  • Function: SBS01TE(uint8_t port, int16_t temp);
  • should be the same as Temp125
  • T14SG: Not supported

Sensor Temp125

  • Function: send_temp125(uint8_t port, int16_t temp);
  • T14SG: OK

Sensor F1713

  • Function: send_F1713(uint8_t port, int16_t temp);
  • should be the same as Temp125
  • T14SG: Not supported
  • 7PX: OK

You add the added code and I will test it for you.