If you want to know moreβ¦
If you want to know more about ATtiny85 microcontroller and how to upload sketches to it, you may have a look to ATtiny85 vs ATmega328.
About
TinyWireMCP23008 was tested (and works) with a 8 MHz ATtiny85 and I2C standard bus mode and I2C fast bus mode.
TinyWireMCP23008 was not tested with ATtiny85 other frequencies, but should work (I canβt guarantee that fast bus mode will work with a 1 MHz ATtiny85).
If you need to use this library on an ATtiny85 which is not running at 8 MHz, or donβt want/need to use fast mode, all details on how to change theses settings are into the README.md file on GitHub repository.
TinyWireMCP23008 should work with other ATtiny microcontrollers.
TinyWireMCP23008 provides an example sketch to show how to use the library.
Requirements
Example provided with TinyWireMCP23008 use few items:
- An ATtiny85 microcontroller.
- An MCP23008 I2C port expander.
- A 330β¦ resistor.
- Two 4.7k⦠resistors (pull up resistors for I2C lines).
- A LED.
For more detail: TinyWireMCP23008 β MCP23008 library for ATtiny85 microcontroller