Arduino based timer watering system for plants|age of science

Поделиться
HTML-код
  • Опубликовано: 8 июн 2021
  • #arduinoprojects #ageofscience
    Coding for ARDUINO:
    void setup()
    {
    pinMode(12, OUTPUT);
    pinMode(8, OUTPUT);
    }
    void loop()
    {
    digitalWrite(12, HIGH);
    digitalWrite(8, HIGH);
    delay(15000);
    digitalWrite(8, LOW);
    digitalWrite(12, LOW);
    delay(10800000);
    }
    TIME DELAY IS 3HRS FOR ABOVE VIDEO BUT U CAN CHANGE DELAY AS UR WISH..
    IF U WANT TO CHANGE DELAY, U CAN EDIT ON DELAY LINE IT SELF..
    Music: ♫
    The following music is royalty-free and has permission to use it under the Creative Commons license. No copyright intended.
    ♫ Submit a track to Johnusworld - Music for Video Creators
    bit.ly/2GrTUrn
    #VlogMusic #NoCopyrightMusic #Johnusworld
  • НаукаНаука

Комментарии • 34