add TFlite_Micro_Demo移植参考指南.md & tflite user guid.md

This commit is contained in:
yangqingsheng
2020-12-17 21:57:09 +08:00
parent ada3f4fdef
commit 753bff22ac
27 changed files with 287 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ int main(void)
{
board_init();
printf("Welcome to TencentOS tiny\r\n");
person_detect_init();
person_detect_init();
osKernelInitialize(); // TOS Tiny kernel initialize
osThreadCreate(osThread(application_entry), NULL); // Create TOS Tiny task
osKernelStart(); // Start TOS Tiny