#ifndef _MRBC_I2C_H #define _MRBC_I2C_H #include "ch32fun.h" #include "mrubyc.h" void mrbc_init_class_i2c(void); #endif