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
|
||||
void setRGBled(uint8_t red, uint8_t green, uint8_t blue);
|
||||
|
||||
protected:
|
||||
/// boots the hardware
|
||||
/**
|
||||
* - sets input/output/pullup mode for pins
|
||||
|
@ -269,6 +268,8 @@ protected:
|
|||
*/
|
||||
void static boot();
|
||||
|
||||
protected:
|
||||
|
||||
/// Safe mode
|
||||
/**
|
||||
* Safe Mode is engaged by holding down both the LEFT button and UP button
|
||||
|
|
Loading…
Reference in New Issue