摘要:
.h ButtonKing *btn; int testcallback; .cpp setup void test(void* ch){ uint8_t num = *( (int*)ch); LightSwitch aa; LightSwitch::switchRelay(num, !bitRe 阅读全文
摘要:
typedef void MyCallback(int foo); class MyClass { void doSomething(int i){ } MyOtherClass myOtherClass = new MyOtherClass(doSomething); } class MyOthe 阅读全文