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

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Guyer <sam.guyer@gmail.com>2020-11-02 20:35:55 +0300
committerSam Guyer <sam.guyer@gmail.com>2020-11-02 20:35:55 +0300
commit26e222e8eda4c91c829dcd22016b8d91b51e48ab (patch)
treee7f6c783e57a43132d5a0f3a2ecfb8f927a063ec /src/fastspi_ref.h
parent2fa8bb41c34eb3fb44786c85bbc6ebd7e031a777 (diff)
parent2fbac71e7b5f98e59f5dd7a472b714c9c882728a (diff)
Merged changes from main FastLED repo (upstream)
Diffstat (limited to 'src/fastspi_ref.h')
-rw-r--r--src/fastspi_ref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastspi_ref.h b/src/fastspi_ref.h
index 00c41d34..a12a962a 100644
--- a/src/fastspi_ref.h
+++ b/src/fastspi_ref.h
@@ -11,6 +11,7 @@ FASTLED_NAMESPACE_BEGIN
template <uint8_t _DATA_PIN, uint8_t _CLOCK_PIN, uint32_t _SPI_CLOCK_DIVIDER>
class REFHardwareSPIOutput {
Selectable *m_pSelect;
+
public:
SAMHardwareSPIOutput() { m_pSelect = NULL; }
SAMHArdwareSPIOutput(Selectable *pSelect) { m_pSelect = pSelect; }