abc800_callback.h 187 B

123456789101112
  1. #ifndef __ABC800_CALLBACK_H__
  2. #define __ABC800_CALLBACK_H__
  3. #include "config.h"
  4. namespace abc800 {
  5. class callback {
  6. public:
  7. void wificonnect();
  8. };
  9. }
  10. #endif // __ABC800_CALLBACK_H__