test framework

This commit is contained in:
wuzheng
2022-11-09 20:45:44 +08:00
parent d3836f1a6f
commit b8cf052d49
9 changed files with 73 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
#include <stdio.h>
#include <string.h>
#include <transform.h>
void TestI2C(void)
{
}