Reorder definitions and add a clarifying comment

pull/365/head
Jesse Vincent 7 years ago
parent e9e709fb74
commit b3ea050595

@ -23,10 +23,14 @@ class Model01 {
void readMatrix(void); void readMatrix(void);
void actOnMatrixScan(void); void actOnMatrixScan(void);
void setup(); void setup();
void enableHighPowerLeds(void);
void enableScannerPower(void);
void rebootBootloader(); void rebootBootloader();
/* These public functions are things supported by the Model 01, but
* aren't necessarily part of the Kaleidoscope API
*/
void enableHighPowerLeds(void);
void enableScannerPower(void);
boolean ledPowerFault(void); boolean ledPowerFault(void);
/* Key masking /* Key masking

Loading…
Cancel
Save