#pragma once void i2s_begin(); void i2s_set_rate(unsigned); extern "C" void i2s_write_sample_b(unsigned char); void i2s_end();