sudar / TinyWire

TinyWire is an Arduino library, that provides I2C support for ATtiny micro controllers

Home Page:http://hardwarefun.com/projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino TinyWire Library

TinyWire is an Arduino library, that provides I2C support for ATtiny micro controllers.

ATtiny micro controllers don't have built in support for I2C or SPI, instead they have only a Universal Serial Interface (USI). This library uses that to provide I2C support for ATtiny micro controllers.

Installation

To install the library, download or checkout the source code and place it inside your Arduino's libraries folder.

Check out the examples inside the /examples directory to find out how to use the library.

Credits

This library was originally written by Bro Hogan with contributions from rambo and svoisen

About

TinyWire is an Arduino library, that provides I2C support for ATtiny micro controllers

http://hardwarefun.com/projects


Languages

Language:Arduino 34.5%Language:C 32.9%Language:C++ 25.7%Language:Objective-C 6.9%