Uncomment setup
This commit is contained in:
parent
42f1b2f818
commit
8489a7dfed
@ -18,13 +18,12 @@ void setup() {
|
||||
Serial.begin(115200);
|
||||
randomSeed(analogRead(0));
|
||||
|
||||
/*
|
||||
|
||||
if (!cap.begin(0x5B)) {
|
||||
Serial.println("MPR121 not found, check wiring?");
|
||||
while (1);
|
||||
}
|
||||
Serial.println("MPR121 found!");
|
||||
*/
|
||||
|
||||
setupMenu();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user