Skip to content

rcv911/Simple_UART_AVR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

UART on ATmega16

UART is the oldest and most common interface. Every MCUs has UART now.

Here's the simple task. Create program sending every 1 sec letter 'A'. Question is how to check it. You can choose one of them:

Installation

  1. You can use another MCUs. All you need is datasheet. Don't forget change pins!
  2. Make project in AVR Studio choosing 8-bit MCU ATmega16.
  3. Copy code from uart.c into your main.c file.
  4. Build project.

License

Free

Releases

No releases published

Packages

 
 
 

Languages