krupski/M62429

volume.ino example does not compile.

Opened this issue · 2 comments

the constructor does not exist, and init method does not exist.

So sorry, I made a change to the library and didn't update the example. The function "init()" is no longer used and the clock and data pin values are passed to the library at construction time. Please re-download the library and try again: https://github.com/krupski/M62429

So sorry, I made a change to the library and didn't update the example. The function "init()" is no longer used and the clock and data pin values are passed to the library at construction time. Please re-download the library and try again: https://github.com/krupski/M62429

good job! thank you. works great.