#ifndef LIB_H #define LIB_H #include namespace lib::detail { spi_inst_t* get_spi_instance(uint8_t gpio); } #endif // LIB_H