#ifndef __max80_CALLBACK_H__ #define __max80_CALLBACK_H__ #include "config.h" namespace max80 { class callback { public: void wificonnect(); }; } #endif // __max80_CALLBACK_H__