From d965480b11ad186065e4aaae0d7e6e9e2e77104e Mon Sep 17 00:00:00 2001 From: phil-bozzay <145397271+phil-bozzay@users.noreply.github.com> Date: Sun, 8 Mar 2026 19:33:23 -0400 Subject: [PATCH] Update repos.yaml --- repos.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/repos.yaml b/repos.yaml index 3a0920d..025361d 100644 --- a/repos.yaml +++ b/repos.yaml @@ -306,7 +306,14 @@ Smart Fridge: participants: - "Nate Janney" - +SRAM Teaching Tool: + url: "https://github.com/PaladinBIGDan2077/SRAM-CG-Teaching-Tool" + branch: "main" + mentor: "Phillip Bozzay" + status: "active" + mission: "This project will demonstrate to the end-user how SRAM is used to store data within a computer, how changing BITs will have an effect on the output of the visualized character. (The development of a PAL will be likely be needed to output ASCII-based character map, possible future implementation), but for now will used" + participants: + - "Daniel J. Lomis" # ----------------------------------------------------------------------- # To add a new project, copy this template and fill it in: # @@ -321,4 +328,4 @@ Smart Fridge: # - "First Last" # # When a project wraps up, change status from "completed" to "completed". -# ----------------------------------------------------------------------- \ No newline at end of file +# -----------------------------------------------------------------------