Skip to content

dead-tech/i2c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Examples

I2C protocol

This is a library that aims to implement the I2C protocol for AVR architecture.

Disclaimer: The library has been tested only on ATmega2560 microcontroller and ATmega328P.

Installation

This is a stb-style header-only library. Therefore to install the library simply:

  1. wget the header file by clicking the raw button and copying the link
  2. copy it into your project folder
  3. include it in your source files

For further information about stb-style header-only libries click here.

Examples

See the examples folder.

About

Library for I2C protocol

Topics

Resources

License

Stars

Watchers

Forks