Updated: Sunday, October 01,2023-10-01 20:42:13

main
Shwetha Jayaraj 2023-10-01 20:42:18 -04:00
parent aa9fed89fd
commit c04f92b59d
4 changed files with 14 additions and 11 deletions

View File

@ -1,5 +1,9 @@
{ {
"recentFiles": [ "recentFiles": [
{
"basename": "Related Projects",
"path": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md"
},
{ {
"basename": "typewriter Keys", "basename": "typewriter Keys",
"path": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/typewriter Keys.md" "path": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/typewriter Keys.md"
@ -195,10 +199,6 @@
{ {
"basename": "Encrypting Obsidian", "basename": "Encrypting Obsidian",
"path": "Coding Tips (Classical)/Project Vault/Website Projects/Obsidian/Obsidian Guides/Encrypting Obsidian.md" "path": "Coding Tips (Classical)/Project Vault/Website Projects/Obsidian/Obsidian Guides/Encrypting Obsidian.md"
},
{
"basename": "Obsidian-net process",
"path": "Coding Tips (Classical)/Project Vault/Website Projects/Obsidian/Obsidian Guides/Obsidian-net process.md"
} }
], ],
"omittedPaths": [], "omittedPaths": [],

View File

@ -13,7 +13,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/typewriter Keys.md", "file": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@ -94,7 +94,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/typewriter Keys.md", "file": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -111,7 +111,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/typewriter Keys.md", "file": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -134,7 +134,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/typewriter Keys.md" "file": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md"
} }
} }
} }
@ -161,6 +161,7 @@
}, },
"active": "1ec7459fa708a5c3", "active": "1ec7459fa708a5c3",
"lastOpenFiles": [ "lastOpenFiles": [
"Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/typewriter Keys.md",
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Intro to Quantum Technologies.md", "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Intro to Quantum Technologies.md",
"Machine Tips (Quantum)/Resources/Welcome to Quantum 101.md", "Machine Tips (Quantum)/Resources/Welcome to Quantum 101.md",
"Machine Tips (Quantum)/Resources/Quantum 101 - Alt. Resources.md", "Machine Tips (Quantum)/Resources/Quantum 101 - Alt. Resources.md",

View File

@ -1,4 +1,4 @@
# Related Projects # Helpful Code Bases
- The[ Hack Manhattan ASCII Art Project ](https://wiki.hackmanhattan.com/Typewriter_ASCII_art) - The[ Hack Manhattan ASCII Art Project ](https://wiki.hackmanhattan.com/Typewriter_ASCII_art)
- git repo - git repo

View File

@ -1,14 +1,16 @@
# Brother III Typewriter # Brother III Typewriter
#### Goal: Get a self-typing typewriter. - [x] Goal: Get a self-typing typewriter.
- [ ] Order Uno R4 Wifi
# Materials Used # Materials Used
- Brother III Typewriter Gc-6750 - Brother III Typewriter Gc-6750
- Manual to be[ found here. ](https://www.manualslib.com/download/219341/Brother-Gx-6750.html) - Manual to be[ found here. ](https://www.manualslib.com/download/219341/Brother-Gx-6750.html)
- Arduino Uno R4 w/ Wifi - Arduino Uno R4 w/ Wifi
- [Product Page](https://store-usa.arduino.cc/products/uno-r4-wifi?selectedStore=us)
- Here is a [cheat sheet](https://docs.arduino.cc/tutorials/uno-r4-wifi/cheat-sheet) you may find useful
- -