Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 506 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 506 Bytes

blink-ATmega328P

Introduction

A simple LED blinking project that uses the AVR toolchain without the Arduino IDE.

Hardware

  • USB Type A to Type B cable
  • Arduino R3 with the Atmel ATmega328p microcontroller.

Installation

You will need to have the AVR toolchain instead on your system. This includes:

  • avr-gcc
  • avr-libc
  • avrdude

Support

Please feel free to contact me if you have any questions/concerns. My email address is [email protected]