Skip to content

Basic IO drivers such as UART, I2C etc. for Atmega8/16...

Notifications You must be signed in to change notification settings

vivekmuthu1910/Atmega-Drivers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atmega Drivers

Prerequisites

Add F_CPU = xx in Project Properties → Toolchain → AVR/GNU C Complier → Symbols where xx is the frequency of the μC.

I2C Driver

I2C driver enables user to use TWI interface to communicate with other μC or sensors having I2C interface.

UART Driver

UART driver enables user to use TWI interface to communicate with other μC or communication modules such as Bluetooth, Wi-Fi modules, etc.

About

Basic IO drivers such as UART, I2C etc. for Atmega8/16...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages