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.