From 32b8448b8fe43134423ff89af40054e43d9d3372 Mon Sep 17 00:00:00 2001 From: arc Date: Mon, 3 Mar 2025 10:16:16 -0700 Subject: [PATCH] vault backup: 2025-03-03 10:16:16 --- .obsidian/plugins/obsidian-git/data.json | 27 ------------------- .../ECE2700/Sequential Circuits.md | 3 ++- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index bef4c6e..e69de29 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -1,27 +0,0 @@ -{ - "commitMessage": "vault backup: {{date}}", - "autoCommitMessage": "vault backup: {{date}}", - "commitDateFormat": "YYYY-MM-DD HH:mm:ss", - "autoSaveInterval": 5, - "autoPushInterval": 0, - "autoPullInterval": 5, - "autoPullOnBoot": true, - "disablePush": false, - "pullBeforePush": true, - "disablePopups": false, - "listChangedFilesInMessageBody": false, - "showStatusBar": true, - "updateSubmodules": false, - "syncMethod": "merge", - "customMessageOnAutoBackup": false, - "autoBackupAfterFileChange": false, - "treeStructure": false, - "refreshSourceControl": true, - "basePath": "", - "differentIntervalCommitAndPush": false, - "changedFilesInStatusBar": false, - "showedMobileNotice": true, - "refreshSourceControlTimer": 7000, - "showBranchStatusBar": true, - "setLastSaveToLastCommit": false -} \ No newline at end of file diff --git a/education/computer engineering/ECE2700/Sequential Circuits.md b/education/computer engineering/ECE2700/Sequential Circuits.md index e4df860..5fdfb3c 100644 --- a/education/computer engineering/ECE2700/Sequential Circuits.md +++ b/education/computer engineering/ECE2700/Sequential Circuits.md @@ -4,7 +4,8 @@ # Latches ## SR Latch SR stands for *Set*/*Reset*, and functions like so: -- When a signal comes into $S$, $Q_a$ is **set** on and stays on until a signal comes into $R$, at which point $S$ +- When a signal comes into $S$, $Q_a$ is **set** on and stays on until a signal comes into $R$, at which point the output ($Q_a$) is **reset**, back to zero. +- $S$ and $R$ are interchangeable, it just impacts whether $Q_a$ or $Q_b$ is set/reset. Truth table: | $S$ | $R$ | $Q_a$ | $Q_b$ |