forked from Makuna/NeoPixelBus
Removed Arduino.h header dependency
This commit is contained in:
@ -25,8 +25,6 @@ License along with NeoPixel. If not, see
|
|||||||
-------------------------------------------------------------------------*/
|
-------------------------------------------------------------------------*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <Arduino.h>
|
|
||||||
|
|
||||||
// some platforms do not come with STL or properly defined one, specifically functional
|
// some platforms do not come with STL or properly defined one, specifically functional
|
||||||
// if you see...
|
// if you see...
|
||||||
// undefined reference to `std::__throw_bad_function_call()'
|
// undefined reference to `std::__throw_bad_function_call()'
|
||||||
|
@ -25,6 +25,8 @@ License along with NeoPixel. If not, see
|
|||||||
-------------------------------------------------------------------------*/
|
-------------------------------------------------------------------------*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
class NeoNoSettings
|
class NeoNoSettings
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
@ -59,4 +61,4 @@ public:
|
|||||||
uint16_t GreenTenthMilliAmpere; // in 1/10th ma
|
uint16_t GreenTenthMilliAmpere; // in 1/10th ma
|
||||||
uint16_t BlueTenthMilliAmpere; // in 1/10th ma
|
uint16_t BlueTenthMilliAmpere; // in 1/10th ma
|
||||||
uint16_t WhiteCurrent; // in 1/10th ma
|
uint16_t WhiteCurrent; // in 1/10th ma
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user