boot() should be public now

This commit is contained in:
Josh Goebel 2016-02-21 01:38:49 -05:00 committed by Scott Allen
parent 37cae4704b
commit 59c143af2f
1 changed files with 11 additions and 10 deletions

View File

@ -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