From a3558242f33ff973f1137f5bed10c2a64f083f52 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 3 Apr 2023 21:34:44 -0700 Subject: [PATCH] Updated T_METHOD (markdown) --- T_METHOD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/T_METHOD.md b/T_METHOD.md index 113440a..2c7d712 100644 --- a/T_METHOD.md +++ b/T_METHOD.md @@ -3,7 +3,7 @@ The _T_METHOD_ is a template class specialization feature that defines the speci **If you do not see a _method_ that matches your needs, you can make a request by creating an issue on the Github repo.** In general, when the term _NeoPixel_ is used, it means either the specific smart LED like WS2812b or a combination of LED driver chips and LEDs like WS2811 driven by a single data wire. -Also, the term _DotStar_ is used to mean similar smart LEDs like APA106 or combinations of LED driver chips and LEDs driven by two wires, a data wire and a clock wire. +Also, the term _DotStar_ is used to mean similar smart LEDs like APA102 or combinations of LED driver chips and LEDs driven by two wires, a data wire and a clock wire. Either of which comes with variances of how the signal is generated on a pin(s), which can be very important on some platforms that a bitbang method is not reliable due to interrupts or other timing interactions.