Updated: Sunday, October 01,2023-10-01 20:42:13
parent
aa9fed89fd
commit
c04f92b59d
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "Related Projects",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md"
|
||||
},
|
||||
{
|
||||
"basename": "typewriter Keys",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/typewriter Keys.md"
|
||||
|
@ -195,10 +199,6 @@
|
|||
{
|
||||
"basename": "Encrypting Obsidian",
|
||||
"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": [],
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"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",
|
||||
"source": false
|
||||
}
|
||||
|
@ -94,7 +94,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"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,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -111,7 +111,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"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,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -134,7 +134,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"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",
|
||||
"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/Welcome to Quantum 101.md",
|
||||
"Machine Tips (Quantum)/Resources/Quantum 101 - Alt. Resources.md",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Related Projects
|
||||
# Helpful Code Bases
|
||||
|
||||
- The[ Hack Manhattan ASCII Art Project ](https://wiki.hackmanhattan.com/Typewriter_ASCII_art)
|
||||
- git repo
|
|
@ -1,14 +1,16 @@
|
|||
# Brother III Typewriter
|
||||
|
||||
|
||||
#### Goal: Get a self-typing typewriter.
|
||||
|
||||
- [x] Goal: Get a self-typing typewriter.
|
||||
- [ ] Order Uno R4 Wifi
|
||||
|
||||
|
||||
# Materials Used
|
||||
- Brother III Typewriter Gc-6750
|
||||
- Manual to be[ found here. ](https://www.manualslib.com/download/219341/Brother-Gx-6750.html)
|
||||
- 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
|
||||
-
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue