From fcd7c3a95bc9d289eee6f8ca0ae9643a31b6d35b Mon Sep 17 00:00:00 2001 From: yiyanz3 <yiyanz3@illinois.edu> Date: Wed, 1 May 2024 15:30:53 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eeaa93e..8b876a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ECE445 SP24 TEAM49 -# handgesture_receive should be running on the personal computer. -# main.py should be running on the ESP32S3 (Micropython), we used XIAO. -# the other model should be deployed on a ESP32S3-cam with appropriate libs. \ No newline at end of file +## handgesture_receive should be running on the personal computer. +## main.py should be running on the ESP32S3 (Micropython), we used XIAO. +## the other model should be deployed on a ESP32S3-cam with appropriate libs. +## the object detection zip contain two projects. AI tracking is for the ESP32S3-cam, the other is for the ESP32 mother board +## The ECE445 test ver 1.02 is the lib for AI model. To use: Add zip lib in Arduino. \ No newline at end of file -- GitLab