Skip to content
/ APOS Public
forked from alfreedom/APOS

APOS (AVR Project Open Source) - Creates an AVR project template for linux systems

Notifications You must be signed in to change notification settings

jhonnyv/APOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

avr-project

Creates an AVR project template for linux systems using makefile.

Compiling

To compile, you must enter the project folder and type the command "make"

Installing

To install run the command make install as administrator: "sudo make install"

Usage

To create a new project run the command "avr-proj" followed by the name of the project. This will create a folder containing the main.c file and the Makefile. Once that the project has been created, just type the command "make" and the AVR project will be compiled.

Autor: Alfredo Orozco de la Paz

About

APOS (AVR Project Open Source) - Creates an AVR project template for linux systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.1%
  • Makefile 0.9%