6a3ca34 Add reconnection logic to the SBUS

2 files Authored by sgallagh 15 years ago, Committed by simo 15 years ago,
    Add reconnection logic to the SBUS
    
    Any client of the SBUS that wants to implement automatic
    reconnection may now call sbus_reconnect_init to set it up.
    The clients will need to set up a callback to handle the result
    of the reconnection and (in the case of a successful reconnection)
    readd the method handlers to the connection context.
    
        
file modified
+17 -0