From fbca256d0555bb8bd3e5a0485d21820cacce2efa Mon Sep 17 00:00:00 2001 From: zy8 <zy8@illinois.edu> Date: Thu, 9 Dec 2021 21:32:22 -0600 Subject: [PATCH] adding --- notebooks/Zhiyuan Yang/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/Zhiyuan Yang/README.md b/notebooks/Zhiyuan Yang/README.md index fa43b12..78849e1 100644 --- a/notebooks/Zhiyuan Yang/README.md +++ b/notebooks/Zhiyuan Yang/README.md @@ -218,7 +218,7 @@ Today we had an emergency. It turns out that our PCB board is shorted between VDD and GND and nothing can be powered when we turned it on.  We figured out the reason is because the connector holes penetrated the main power line, which is VDD. One of the connector holes is GND. - + We are actively working to fix it and get on with testing. Hope for the best! # 2021-11-6 PCB version 1 debugged and testing Today we finished testing the MCU chip on our own PCB board and it works! @@ -354,4 +354,4 @@ else { ``` Yayti and I also worked on updating the algorithms. We usually got this error that whenever our cursor moves to a direction and when it stops, it will move backwards a bit. These few lines will ensure that our mouse will go in one direction and do not go the opposite direction unless it fully stops. -We finished off the project by performing various verifications that our design documents dictates. Unsurprisingly, they all passed because our project as a whole works. All the verifications can be checked under demo_videos in the git repo. +We finished off the project by performing various verifications that our design documents dictates. Unsurprisingly, they all passed because our project as a whole works. All the verifications can be checked under demo_videos in the git repo. -- GitLab