From bb0c6fb8f560fbe3bc53cda14a7bce4a4b877e7e Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Fri, 6 Oct 2023 04:46:06 -0400 Subject: [PATCH] Updated: Friday, October 06,2023-10-06 04:46:05 --- .../plugins/recent-files-obsidian/data.json | 16 +++---- enter/.obsidian/workspace.json | 42 +++++++++++++++---- enter/Arduino Examples.md | 7 ++++ enter/Example Blink.md | 10 +++++ 4 files changed, 58 insertions(+), 17 deletions(-) create mode 100644 enter/Arduino Examples.md create mode 100644 enter/Example Blink.md diff --git a/enter/.obsidian/plugins/recent-files-obsidian/data.json b/enter/.obsidian/plugins/recent-files-obsidian/data.json index a170cbd..17ab4d1 100644 --- a/enter/.obsidian/plugins/recent-files-obsidian/data.json +++ b/enter/.obsidian/plugins/recent-files-obsidian/data.json @@ -1,5 +1,13 @@ { "recentFiles": [ + { + "basename": "Arduino Examples", + "path": "Arduino Examples.md" + }, + { + "basename": "Example Blink", + "path": "Example Blink.md" + }, { "basename": "Analog SerialReader", "path": "Analog SerialReader.md" @@ -191,14 +199,6 @@ { "basename": "Progressive Web Apps", "path": "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Progressive Web Apps.md" - }, - { - "basename": "Please", - "path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Please.md" - }, - { - "basename": "GPU", - "path": "GPU.md" } ], "omittedPaths": [], diff --git a/enter/.obsidian/workspace.json b/enter/.obsidian/workspace.json index 6cb2bc6..bd44fe6 100644 --- a/enter/.obsidian/workspace.json +++ b/enter/.obsidian/workspace.json @@ -30,9 +30,33 @@ "source": false } } + }, + { + "id": "ba2ee95c2aff766a", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Example Blink.md", + "mode": "source", + "source": false + } + } + }, + { + "id": "9c6cff9d142839ae", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Arduino Examples.md", + "mode": "source", + "source": false + } + } } ], - "currentTab": 1, + "currentTab": 3, "stacked": true } ], @@ -107,7 +131,7 @@ "state": { "type": "backlink", "state": { - "file": "Analog SerialReader.md", + "file": "Arduino Examples.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -124,7 +148,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Analog SerialReader.md", + "file": "Arduino Examples.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -147,7 +171,7 @@ "state": { "type": "outline", "state": { - "file": "Analog SerialReader.md" + "file": "Arduino Examples.md" } } } @@ -172,10 +196,12 @@ "command-palette:Open command palette": false } }, - "active": "888f3d7d90adcfb4", + "active": "9c6cff9d142839ae", "lastOpenFiles": [ - "Machine Tips (Quantum)/Physics/Hardware/MicroControllers/Arduino.md", + "Example Blink.md", + "Arduino Examples.md", "Analog SerialReader.md", + "Machine Tips (Quantum)/Physics/Hardware/MicroControllers/Arduino.md", "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md", "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/typewriter Keys.md", "Machine Tips (Quantum)/NYU Haqathon.md", @@ -211,8 +237,6 @@ "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/QRG INK designs/images/Pasted image 20231002143635.png", "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/QRG INK designs", "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/hi.shwethajayaraj/Resume-ish - my occupations.md", - "2023-10-02.md", - "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/hi.shwethajayaraj/Quantum Stuff.md", - "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/hi.shwethajayaraj/pdf.md" + "2023-10-02.md" ] } \ No newline at end of file diff --git a/enter/Arduino Examples.md b/enter/Arduino Examples.md new file mode 100644 index 0000000..aebe937 --- /dev/null +++ b/enter/Arduino Examples.md @@ -0,0 +1,7 @@ + +Of potential use for typewriter project + +- [Keyboard Reprogram ](https://docs.arduino.cc/built-in-examples/usb/KeyboardReprogram) +- Analog Serial Reader +- [Keyboard Serial ](https://www.arduino.cc/en/Tutorial/BuiltInExamples/AnalogReadSerial) +- \ No newline at end of file diff --git a/enter/Example Blink.md b/enter/Example Blink.md new file mode 100644 index 0000000..d01816d --- /dev/null +++ b/enter/Example Blink.md @@ -0,0 +1,10 @@ + +Output + +``` +/usr/local/bin/arduino-cli compile --fqbn arduino:renesas_uno:unor4wifi --build-cache-path /tmp --output-dir /tmp/1818557322/build --build-path /tmp/arduino-build-56F548E7166434CC179598B3A39A949B /tmp/1818557322/Blink + +Sketch uses 51448 bytes (19%) of program storage space. Maximum is 262144 bytes. + +Global variables use 6744 bytes (20%) of dynamic memory, leaving 26024 bytes for local variables. Maximum is 32768 bytes. +``` \ No newline at end of file