Skip to content

Commit b555dd3

Browse files
committed
rename to addressable pixel
1 parent a1e4599 commit b555dd3

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

libraries/BLEAdafruitService/src/BLEAdafruitService.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
#include "services/BLEAdafruitLightSensor.h"
3636
#include "services/BLEAdafruitButton.h"
3737
#include "services/BLEAdafruitTone.h"
38-
#include "services/BLEAdafruitRgbPixel.h"
39-
38+
#include "services/BLEAdafruitAddressablePixel.h"
4039

4140
#endif /* BLEADAFRUITSERVICE_H_ */

libraries/BLEAdafruitService/src/services/BLEAdafruitRgbPixel.cpp renamed to libraries/BLEAdafruitService/src/services/BLEAdafruitAddressablePixel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "BLECharacteristic.h"
2727
#include "BLEService.h"
2828

29-
#include "BLEAdafruitRgbPixel.h"
29+
#include "BLEAdafruitAddressablePixel.h"
3030

3131
//--------------------------------------------------------------------+
3232
// MACRO TYPEDEF CONSTANT ENUM DECLARATION

libraries/BLEAdafruitService/src/services/BLEAdafruitRgbPixel.h renamed to libraries/BLEAdafruitService/src/services/BLEAdafruitAddressablePixel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* THE SOFTWARE.
2323
*/
2424

25-
#ifndef BLEADAFRUITRGBPIXEL_H_
26-
#define BLEADAFRUITRGBPIXEL_H_
25+
#ifndef BLEADAFRUITADDRESSABLEPIXEL_H_
26+
#define BLEADAFRUITADDRESSABLEPIXEL_H_
2727

2828
// use Adafruit_CPlay_NeoPixel instead of Adafruit_NeoPixel
2929
#define USE_CPLAY_NEOPIXEL 0
@@ -63,4 +63,4 @@ class BLEAdafruitRgbPixel : public BLEService
6363

6464

6565

66-
#endif /* BLEADAFRUITRGBPIXEL_H_ */
66+
#endif /* BLEADAFRUITADDRESSABLEPIXEL_H_ */

0 commit comments

Comments
 (0)