arduinounor3

There are 3 repositories under arduinounor3 topic.

  • FarzanaLubna/Arduino-Project

    IOT based smart agriculture/Hydroponic agriculture/Hardware based-project using #Arduino Uno R3 #Pvc pipes #Spray heads #Connectors(pvc pipe) #Water pump(5-10v) x 1 #Moisture Sensor #Relay Module #Wifi Module

  • alienXXVI/Arduino

    Projects with Arduino Uno R3 SMD

    Language:C++0100
  • UttamBasu/1-Second-Timer-in-Arduino

    This is for the use of inbuilt Timer of Arduino. Here we will see how we can control anything just using Arduino inbuilt Timer, without using any Delay. Yes Arduino has inbuilt multiple timer. We don't need to use the delay function to make a sense to time delay. Because the delay function delay the whole program and all application. Here we see how to use timer interrupt in Arduino.

    Language:C++10