Neopixel => NeoPixel

This commit is contained in:
Scott Lahteine
2020-08-23 03:14:11 -05:00
parent 19a237bbb0
commit 42604cf4b2
5 changed files with 9 additions and 9 deletions

View File

@ -22,7 +22,7 @@
#pragma once
/**
* Neopixel support
* NeoPixel support
*/
// ------------------------

View File

@ -35,7 +35,7 @@
* If brightness is left out, no value changed
*
* With NEOPIXEL_LED:
* I<index> Set the Neopixel index to affect. Default: All
* I<index> Set the NeoPixel index to affect. Default: All
*
* Examples:
*

View File

@ -345,7 +345,7 @@
#endif
//
// Neopixel LED
// NeoPixel LED
//
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN P1_24