The ATTiny is a great solution for running simple Arduino programs. The ATTiny85 is a tiny microcontroller you will use just like an Arduino UNO! Saves space and is the low cost solution for Arduino-based circuits.
(edit with the Customer Reassurance module)
(edit with the Customer Reassurance module)
(edit with the Customer Reassurance module)
The ATtiny85 is a great little microcontroller you program with the Arduino IDE just like the Arduino UNO and Mega. It is a very low cost solution and space saving option for Arduino-based designs that don't need the full power of an Arduino UNO or Mega board. Supports both I2C and SPI via its Universal Serial Interface for optimal use of it's 5 I/O Pins.
The differences between the ATtiny85 and Arduino UNO:
In short, if your project requires only a few simple inputs and/or outputs and you are familiar with the Arduino UNO, you’re probably going to do well using an ATtiny. If you’re trying to hook up more components or do complex communication and/or data processing, you’re probably better off with the Arduino Uno or Arduino Mega for even more ports. We recommend this for tinkerers who have already had experience with an Arduino Board before; if you're a complete beginner, you should buy the Arduino UNO which is simpler to work with.
Specifications
For for information about using I2C and SPI (the communication protocols for the ATtiny) visit: I2C library and example of using SPI.