Skip to content

Contains some basic examples on how to set up an AVR project

Notifications You must be signed in to change notification settings

ikskuh/avr-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVR Tutorial

This repo contains the following tags each providing a basic example on AVR coding for the Arduino Nano.

Examples

  • blinky1: synchronous LED blinking
  • blinky2: timer-interrupt driven LED blinking
  • uart1: synchronous UART operation
  • uart2: asynchronous UART operation

Requirements

  • avr-gcc
  • avr-libc
  • avrdude

Licence

This code is provided for educational purposes and may be adapted to your needs. You can do whatever you want with it, i don't really care.

About

Contains some basic examples on how to set up an AVR project

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published