# betaflight_wizard [![Package Version](https://img.shields.io/hexpm/v/betaflight_wizard)](https://hex.pm/packages/betaflight_wizard) [![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/betaflight_wizard/) ```sh gleam add betaflight_wizard@1 ``` ```gleam import betaflight_wizard pub fn main() -> Nil { // TODO: An example of the project in use } ``` Further documentation can be found at . ## Development ```sh gleam run # Run the project gleam test # Run the tests ```