Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 515 Bytes

File metadata and controls

16 lines (13 loc) · 515 Bytes

ArduinoStuff

Our projects on the Arduino UNO.

How to execute?

  • Download the nesessary folders through a ZIP file or clone with Git, Github command-line utility or Github Desktop.
git clone https://github.com/Codinosaur/ArduinoStuff.git 

(or)

gh repo clone Codinosaur/ArduinoStuff 
  • Use the Arduino IDE or any suitable Arduino compiler/uploader to upload to a Arduino UNO
  • Pins to be connected will be defined at the start of the file, along with comments. Connect according to that.