Math Solution
Math Solution
  • 4
  • 18 952
Inverse tg fn 2.1
Inverse tg fn 2.1
Переглядів: 39

Відео

Ultrasonic to servo sensor
Переглядів 5107 років тому
Video const int trigPin = 9; const int echoPin = 10; // defines variables long duration; int distance; void setup() { pinMode(trigPin, OUTPUT); // Sets the trigPin as an Output pinMode(echoPin, INPUT); // Sets the echoPin as an Input Serial.begin(9600); // Starts the serial communication } void loop() { // Clears the trigPin digitalWrite(trigPin, LOW); delayMicroseconds(2); // Sets the trigPin ...
Ultrasonic sensor testing
Переглядів 18 тис.7 років тому
Video
Ultrasonic to led sensors testing
Переглядів 2557 років тому
Ultrasonic to led sensors testing

КОМЕНТАРІ