int tipka = 3;
void setup() {
// put your setup code here, to run once:
Serial.begin()
}
void loop() {
// put your main code here, to run repeatedly:
digitalRead(tipka)
}
int tipka = 3;
void setup() {
// put your setup code here, to run once:
Serial.begin()
}
void loop() {
// put your main code here, to run repeatedly:
digitalRead(tipka)
}