FrSky icon indicating copy to clipboard operation
FrSky copied to clipboard

library usage on teency using Hardware UART

Open majestix54 opened this issue 4 years ago • 1 comments
trafficstars

I am working on a gyro based stabilisation for a small wing and wanted to add telemetry using the FrSky library. Need Recommendations for the library setup for HW UART.

majestix54 avatar Jul 16 '21 14:07 majestix54

Sorry for the late reply. Hardware serial should work like this:

SPortHub hub(0x12, Serial);

RealTadango avatar Nov 29 '21 15:11 RealTadango