hello,
this lib is great, thak you to have continued the good work of the first author
but i was wandering if it would be possible to make it more user friendly, for example, instead of:
ClickEncoder::Button buttonState = encoder->getButton();
i would like to use (as all the library that are around):
ClickEncoder myRE;
buttonState = myRE.getButton();
i know it would need some work of class changes but then the library would be perfect
cheers
hello,
this lib is great, thak you to have continued the good work of the first author
but i was wandering if it would be possible to make it more user friendly, for example, instead of:
ClickEncoder::Button buttonState = encoder->getButton();i would like to use (as all the library that are around):
i know it would need some work of class changes but then the library would be perfect
cheers