mirror of
https://gitlab.com/wirelos/sprocket-plugin-neopixel.git
synced 2025-12-14 13:51:28 +01:00
fix: namespace
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -74,5 +74,5 @@ dist/
|
|||||||
/firmware
|
/firmware
|
||||||
.clang_complete
|
.clang_complete
|
||||||
.gcc-flags.json
|
.gcc-flags.json
|
||||||
.pioenvs
|
.pio
|
||||||
.piolibdeps
|
.vscode
|
||||||
@@ -16,7 +16,6 @@
|
|||||||
#include <Adafruit_NeoPixel.h>
|
#include <Adafruit_NeoPixel.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace std::placeholders;
|
|
||||||
|
|
||||||
// Pattern types supported:
|
// Pattern types supported:
|
||||||
enum pattern
|
enum pattern
|
||||||
|
|||||||
Reference in New Issue
Block a user