vault backup: 2025-03-03 10:16:16
This commit is contained in:
parent
6a11102473
commit
32b8448b8f
27
.obsidian/plugins/obsidian-git/data.json
vendored
27
.obsidian/plugins/obsidian-git/data.json
vendored
@ -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
|
|
||||||
}
|
|
@ -4,7 +4,8 @@
|
|||||||
# Latches
|
# Latches
|
||||||
## SR Latch
|
## SR Latch
|
||||||
SR stands for *Set*/*Reset*, and functions like so:
|
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:
|
Truth table:
|
||||||
|
|
||||||
| $S$ | $R$ | $Q_a$ | $Q_b$ |
|
| $S$ | $R$ | $Q_a$ | $Q_b$ |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user