Skip to content

philip-knight/cleanflight

 
 

Repository files navigation

Description

This is a Cleanflight repo for Naze32 Rev5 only.

TODO

Modify MIXER_CUSTOM to adapt the IO of coaxial helicopter

1.main.c #227 add "masterConfig.mixerMode==MIXER_CUSTOM"

2.mixer.c #234 modify "2,true,coaxial_helicopter"

3.mixer.c add "static const motorMixer_t mixerCoaxial[]=..."

4.mixer.c add "static const servoMixer_t servoMixerCoaxial[]=..."

5.mixer.c #317 modify "COUNT_SERVO_RULES(servoMixerCoaxial),servoMixerCoaxial"

6.mixer.c #831 add "case MIXER_CUSTOM:ServoMixer_Coaxial()"

7.mixer.c add "void ServoMixer_Coaxial()"

Contact

License

GPLv3

About

Cleanflight for Naze32 Rev5

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 61.6%
  • C++ 27.9%
  • Assembly 8.6%
  • HTML 1.2%
  • Makefile 0.5%
  • Shell 0.1%
  • Other 0.1%