#ifndef _MRBC_SPI_H #define _MRBC_SPI_H #include "ch32fun.h" #include "mrubyc.h" void mrbc_init_class_spi(void); #endif