From 12e659b7591ea4d98786017dfb71d51e90117ed4 Mon Sep 17 00:00:00 2001 From: KurtMF Date: Sun, 5 Jan 2025 12:20:13 -0500 Subject: [PATCH] Update RELEASE.md Typo --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index e05f947..4871503 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,7 +2,7 @@ * Changed default LED waveform timing to fix conflict with Teensy Audio library and possibly other DMA-enabled apps. More relaxed default timing allows ObjectFLED to work out-of-the-box with more LED chips as well. * Eliminated using both overclock factor and pulse timing specs in same .begin() function call. Either specify OC factor, -or pulse timing values, but not both. See mouseover help or OctoFLED.h for the updated .begin() signatures. Only those +or pulse timing values, but not both. See mouseover help or ObjectFLED.h for the updated .begin() signatures. Only those using the full form of begin(OC_Factor, THTL, T0H, T1H, Latch_Delay) will need to update their .begin() call. * Changed how OC factor is applied to waveform timing. Originally, OC factor was applied to equally shrink TH_TL, T0H, and T1H. Now, OC factor applies to TH_TL and T0H equally, but only reduces T1H by 1/3 of the amount. This is because @@ -18,4 +18,4 @@ in testing with WS2812B chips._ ### Release 1.0.1 * Updated includes to replace include Arduino.h. * Started making releases, added INSTALLATION.md file. -* Tweakage to readme. \ No newline at end of file +* Tweakage to readme.