From ae8be396d64e15ff37db3b7c2fd81184aa1f9120 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Fri, 20 Feb 2015 14:30:35 +0000 Subject: [PATCH] Correct markdown formatting on Oneshot.md. --- docs/Oneshot.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/Oneshot.md b/docs/Oneshot.md index cd6ca5ddb2..76f3ad4481 100644 --- a/docs/Oneshot.md +++ b/docs/Oneshot.md @@ -5,8 +5,7 @@ Oneshot allows faster communication between the Flight Controller and the ESCs t It does this in two ways: 1. Use a signal that varies between 125 µs and 250 µs (instead of the normal PWM timing of 1000µs to 2000µs) - -2. Only send a 'shot' once per flight controller loop, and do this as soon as the flight controller has calculated the required speed of the motors. +1. Only send a 'shot' once per flight controller loop, and do this as soon as the flight controller has calculated the required speed of the motors. ## Supported ESCs @@ -43,20 +42,13 @@ Then you can safely power up your ESCs again. The process for calibrating oneshot ESCs is the same as any other ESC. 1. Ensure that your ESCs are not powered up. - 1. Connect to the board using a USB cable, and change to the motor test page. - 1. Set the motor speed to maximum using the main slider. - 1. Connect power to your ESCs. They will beep. - 1. Click on the slider to bring the motor speed down to zero. The ESCs will beep again, usually a couple of times. - 1. Disconnect the power from your ESCs. - 1. Re-connect power to your ESCs, and verify that moving the motor slider makes your motors spin up normally. - ## References * FlyDuino (http://flyduino.net/)