From c8d4743ba04c1ff83b85096f44c430f009d36357 Mon Sep 17 00:00:00 2001 From: JBFUK Date: Fri, 9 Jan 2015 19:22:44 +0000 Subject: [PATCH] Update LedStrip.md --- docs/LedStrip.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/LedStrip.md b/docs/LedStrip.md index c0ea55ee4..0b6f28fd9 100644 --- a/docs/LedStrip.md +++ b/docs/LedStrip.md @@ -51,11 +51,11 @@ uses. e.g. ESC1/BEC1 -> FC, ESC2/BEC2 -> LED strip. It's also possible to pow from another BEC. Just ensure that the GROUND is the same for all BEC outputs and LEDs. -| Target | Pin | LED Strip | Signal | -| --------------------- | --- | --------- | -------| -| Naze/Olimexino | RC5 | Data In | PA6 | -| CC3D | ??? | Data In | PB4 | -| ChebuzzF3/F3Discovery | PB8 | Data In | PB8 | +| Target | Pin | LED Strip | Signal | +| --------------------- | ---- | --------- | -------| +| Naze/Olimexino | RC5 | Data In | PA6 | +| CC3D | RCO5 | Data In | PB4 | +| ChebuzzF3/F3Discovery | PB8 | Data In | PB8 | Since RC5 is also used for SoftSerial on the Naze/Olimexino it means that you cannot use SoftSerial and led strips at the same time.