Neopixel => NeoPixel
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* Neopixel support
|
||||
* NeoPixel support
|
||||
*/
|
||||
|
||||
// ------------------------
|
||||
|
@ -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:
|
||||
*
|
||||
|
@ -345,7 +345,7 @@
|
||||
#endif
|
||||
|
||||
//
|
||||
// Neopixel LED
|
||||
// NeoPixel LED
|
||||
//
|
||||
#ifndef NEOPIXEL_PIN
|
||||
#define NEOPIXEL_PIN P1_24
|
||||
|
Reference in New Issue
Block a user