You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allowing the passing of a pointer to an SPI bus of the users choosing, so that chips with multiple SPI busses (Teensy, Zero ..) can use the library on the other busses I.E (SPI1, SPI2, mySPI)
The text was updated successfully, but these errors were encountered:
I have forked your repo and updated the library to fix this issue. There is now an extra constructor that has the following form: MCP3208(uin8_t, SPIClass)
Allowing the passing of a pointer to an SPI bus of the users choosing, so that chips with multiple SPI busses (Teensy, Zero ..) can use the library on the other busses I.E (SPI1, SPI2, mySPI)
The text was updated successfully, but these errors were encountered: