mirror of https://github.com/MLXXXp/Arduboy2.git
boot() should be public now
This commit is contained in:
parent
37cae4704b
commit
59c143af2f
|
@ -258,7 +258,6 @@ public:
|
||||||
/// set the light output of the RGB LEB
|
/// set the light output of the RGB LEB
|
||||||
void setRGBled(uint8_t red, uint8_t green, uint8_t blue);
|
void setRGBled(uint8_t red, uint8_t green, uint8_t blue);
|
||||||
|
|
||||||
protected:
|
|
||||||
/// boots the hardware
|
/// boots the hardware
|
||||||
/**
|
/**
|
||||||
* - sets input/output/pullup mode for pins
|
* - sets input/output/pullup mode for pins
|
||||||
|
@ -269,6 +268,8 @@ protected:
|
||||||
*/
|
*/
|
||||||
void static boot();
|
void static boot();
|
||||||
|
|
||||||
|
protected:
|
||||||
|
|
||||||
/// Safe mode
|
/// Safe mode
|
||||||
/**
|
/**
|
||||||
* Safe Mode is engaged by holding down both the LEFT button and UP button
|
* Safe Mode is engaged by holding down both the LEFT button and UP button
|
||||||
|
|
Loading…
Reference in New Issue