I'm trying to use an I2C OLED display with an ATtiny85 chip. First I needed to find a library that makes it possible to run I2C on the ATtiny, and I found this: Arduino Playground - USIi2c. However, the setup of the library and the description confuses me. When I download it, there's both a library (h and cpp files) named TinyWire and a set of cpp/h files named USI_TWI_Master. The latter is not mentioned anywhere in the description of the library.
What is it I don't get? Do I need both or one of them?