mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
CF - restore docs folder from master_v1.x
This commit is contained in:
parent
6a869f05f6
commit
f9f41530bf
143 changed files with 9321 additions and 0 deletions
35
docs/Introduction.md
Normal file
35
docs/Introduction.md
Normal file
|
@ -0,0 +1,35 @@
|
|||
# Cleanflight
|
||||
|
||||

|
||||
|
||||
Welcome to CleanFlight!
|
||||
|
||||
Cleanflight is an community project which attempts to deliver flight controller firmware and related tools.
|
||||
|
||||
## Primary Goals
|
||||
|
||||
* Community driven.
|
||||
* Friendly project atmosphere.
|
||||
* Focus on the needs of users.
|
||||
* Great flight performance.
|
||||
* Understandable and maintainable code.
|
||||
|
||||
## Hardware
|
||||
|
||||
See the [flight controller hardware](Boards.md) chapter for details.
|
||||
|
||||
## Software
|
||||
|
||||
There are two primary components, the firmware and the configuration tool. The firmware is the code that runs on the flight controller board. The GUI configuration tool (configurator) is used to configure the flight controller, it runs on Windows, OSX and Linux.
|
||||
|
||||
## Feedback & Contributing
|
||||
|
||||
We welcome all feedback. If you love it we want to hear from you, if you have problems please tell us how we could improve things so we can make it better for everyone.
|
||||
|
||||
If you want to contribute please see the notes here:
|
||||
|
||||
https://github.com/cleanflight/cleanflight#contributing
|
||||
|
||||
Developers should read this:
|
||||
|
||||
https://github.com/cleanflight/cleanflight/blob/master/CONTRIBUTING.md
|
Loading…
Add table
Add a link
Reference in a new issue