Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/Pccb
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-04-05 22:24:16 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-04-05 22:24:16 +0300
commitb69e44bb6f7c5ac04f589297cd4d60e5a746676d (patch)
tree134b6c3bce8ab81bfe6317618011749c06fb2541 /src/Pccb
parenta797f44b5fef66e4960e987ac302955466f68b44 (diff)
Added NeoPixel support to Duet 3 and PCCB
Diffstat (limited to 'src/Pccb')
-rw-r--r--src/Pccb/Pins_Pccb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Pccb/Pins_Pccb.h b/src/Pccb/Pins_Pccb.h
index c5842327..0d1adc6d 100644
--- a/src/Pccb/Pins_Pccb.h
+++ b/src/Pccb/Pins_Pccb.h
@@ -226,7 +226,6 @@ constexpr Pin DotStarMosiPin = PortAPin(22);
constexpr Pin DotStarSclkPin = PortAPin(23);
constexpr uint32_t DotStarClockId = ID_USART1;
constexpr IRQn DotStarIRQn = USART1_IRQn;
-const uint32_t DotStarSpiClockFrequency = 100000; // try sending at 100kHz
// SD cards
constexpr size_t NumSdCards = 1;