Skip to content

MultiWii Serial Protocol framework, ported from the Betaflight implementation.

License

Notifications You must be signed in to change notification settings

martinbudden/Library-MultiWiiSerialProtocol

Repository files navigation

MultiWii Serial Protocol license open source

MultiWii Serial Protocol framework, ported from the Betaflight implementation.

License Information

This library is a port (modification) of the MultiWii Serial Protocol implementation in Betaflight (which itself was a port of the Cleanflight implementation).

Both Betaflight and Cleanflight are licensed under the GNU GPL

The original Betaflight copyright notice is included in License.txt and the program files, as per the GNU GPL "keep intact all notices” requirement.

Class structure

classDiagram
    class MspSerial {
        virtual int send_frame() = 0
        virtual void process_input() = 0;
    }
    class MspBase {
    }
    class MSP_Stream {
    }
    MSP_Stream *-- MspBase
    MSP_Stream o-- MspSerial
Loading

About

MultiWii Serial Protocol framework, ported from the Betaflight implementation.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published