class TestMode_ {
public:
void start();
private:
void TestLEDs();
void TestKeys();
void TestOneKey();
};