xiuos/APP_Framework/Applications/app_test/test_i2c.c

12 lines
173 B
C

#include <stdio.h>
#include <string.h>
#include <transform.h>
void TestI2C(void)
{
}
PRIV_SHELL_CMD_FUNCTION(TestI2C, a iic test sample, PRIV_SHELL_CMD_MAIN_ATTR);