Skip to content

ravindramanu/arduino

Repository files navigation

Arduino Projects Repository

Author: Ravindra, Manu

This repository consists of a few personal projects that were made using a text editor and makefiles for the development board arduino uno rev3. The uno uses an atmel processor ATMega328P. Apart from having a a few General Purpose IO, this board also supports PWM and UART.

To use any of the projects simply the clone the project or copy just the makefile into an empty directory. In the directory that you copied the make file, you have several commands you that you can use. The first should be "make install" (only if you have not cloned the entire project). Other commands are,

make command

commands: clean saveboard help editsource install build object flash hex program

To know what each command does you can use "make help"