Skip to main content

Questions tagged [arduino-uno]

The Arduino Uno is the most common of the Arduino boards. It is based on the ATmega328P microcontroller.

0 votes
0 answers
45 views

I wanted to test my new PIR sensor but it always shows the LED high voltage. Please tell me what to do? code: const int pirPin = 2; // пин pir датчика const int ledPin = 13; // пин диода или ...
Яна Анфалова's user avatar