摘要: .h ButtonKing *btn; int testcallback; .cpp setup void test(void* ch){ uint8_t num = *( (int*)ch); LightSwitch aa; LightSwitch::switchRelay(num, !bitRe 阅读全文
posted @ 2020-03-19 11:57 chenlife 阅读(153) 评论(0) 推荐(0)
摘要: typedef void MyCallback(int foo); class MyClass { void doSomething(int i){ } MyOtherClass myOtherClass = new MyOtherClass(doSomething); } class MyOthe 阅读全文
posted @ 2020-03-19 07:17 chenlife 阅读(114) 评论(0) 推荐(0)