max80_callback.h 183 B

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