puuu / USIWire

USI based TWI/I2C library for Arduino
GNU Lesser General Public License v3.0
58 stars 18 forks source link

Is SPI compatible? #3

Closed alessio31183 closed 6 years ago

alessio31183 commented 6 years ago

Is this library usable for the SPI communication as well (Three-wire Mode)? I'm trying to use a SPI accelerometer with the ATtiny1634.

Thanks

puuu commented 6 years ago

No, this library is for I2C only. You may will try tinySPI, but I have no experience with this.