Using ATTiny85

  • There's an 8-pin AVR ATTiny that has only 6 I/O pins.
  • If your project uses only very little pins, you can shrink your project to this system on chip.
  • It has I2c/SPI(can't be both), but no UART. So projects that requires hardware Serial cannot use this chip.