#include "Led.h" #include namespace android { void Led::dataCallback(int ratio) { printf("Led::dataCallback(%d)\n", ratio); } };