Correctifs de bugs
This commit is contained in:
@@ -2,12 +2,12 @@ const int SHARED_BUTTONS = A1;
|
||||
|
||||
void setup() {
|
||||
Serial.begin(9600);
|
||||
pinMode(SHARED_BUTTONS, INPUT_PULLUP);
|
||||
pinMode(SHARED_BUTTONS, INPUT);
|
||||
|
||||
}
|
||||
|
||||
void loop() {
|
||||
Serial.println(analogRead(SHARED_BUTTONS));
|
||||
delay(50);
|
||||
delay(250);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user