#ifndef _MRBC_WIFI_H #define _MRBC_WIFI_H #include #ifdef __cplusplus extern "C" { #endif #include "mrubyc.h" #if defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_ESP8266) void mrbc_init_class_wifi(void); #endif #ifdef __cplusplus } #endif #endif