You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.
  • No labels