byte butonPini = 2; bool x = 1; void setup() {  pinMode(butonPini, INPUT_PULLUP);  Serial.begin(9600); } void […]
Dersler