forked from xuos/xiuos
12 lines
173 B
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);
|