Skip to content
Snippets Groups Projects
Commit 3cc3088f authored by Max Unander's avatar Max Unander
Browse files

reviewd lars

parent 2f17f778
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,9 @@ To be able to do this we need to interact with the flight controller from our MC
The flight controller do have support for four different communication protocols.
It can take PWM inputs, where one PWM controls one channel.
%It has
It have PPM support, which is quite the same as a PWM but it has support for 8 PWM signals on one line.
%does?
It do support sBUS, which is some sort of secure serial protocol with inverted signals.
The last protocol it supports is called MSP (MultiWii Serial Protocol), which also is a serial protocol.
Our first thought was that we wanted to implement both the MSP and PPM protocols to control the copter.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment