diff --git a/enter/.obsidian/plugins/recent-files-obsidian/data.json b/enter/.obsidian/plugins/recent-files-obsidian/data.json index 346b794..82393a4 100644 --- a/enter/.obsidian/plugins/recent-files-obsidian/data.json +++ b/enter/.obsidian/plugins/recent-files-obsidian/data.json @@ -1,8 +1,12 @@ { "recentFiles": [ { - "basename": "The Integrate Whiteboard", - "path": "The Integrate Whiteboard.md" + "basename": "Arduino Example Blink", + "path": "Arduino Example Blink.md" + }, + { + "basename": "Integrated Whiteboard Tools", + "path": "Integrated Whiteboard Tools.md" }, { "basename": "Potentiometers & Analog SerialReader", diff --git a/enter/.obsidian/workspace.json b/enter/.obsidian/workspace.json index d758fe5..0f84f8c 100644 --- a/enter/.obsidian/workspace.json +++ b/enter/.obsidian/workspace.json @@ -25,7 +25,7 @@ "state": { "type": "markdown", "state": { - "file": "The Integrate Whiteboard.md", + "file": "Arduino Example Blink.md", "mode": "source", "source": false } @@ -91,7 +91,7 @@ } ], "direction": "horizontal", - "width": 300 + "width": 276 }, "right": { "id": "4bd9c02fbfe6785f", @@ -107,7 +107,7 @@ "state": { "type": "backlink", "state": { - "file": "The Integrate Whiteboard.md", + "file": "Arduino Example Blink.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -124,7 +124,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "The Integrate Whiteboard.md", + "file": "Arduino Example Blink.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -147,7 +147,7 @@ "state": { "type": "outline", "state": { - "file": "The Integrate Whiteboard.md" + "file": "Arduino Example Blink.md" } } } @@ -174,9 +174,9 @@ }, "active": "9600f3812aeb8311", "lastOpenFiles": [ + "Integrated Whiteboard Tools.md", "Potentiometers & Analog SerialReader.md", "Untitled.canvas", - "The Integrate Whiteboard.md", "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md" ] } \ No newline at end of file diff --git a/enter/Example Blink.md b/enter/Arduino Example Blink.md similarity index 99% rename from enter/Example Blink.md rename to enter/Arduino Example Blink.md index d01816d..132d0c5 100644 --- a/enter/Example Blink.md +++ b/enter/Arduino Example Blink.md @@ -7,4 +7,4 @@ Output 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 +``` diff --git a/enter/The Integrate Whiteboard.md b/enter/Integrated Whiteboard Tools.md similarity index 100% rename from enter/The Integrate Whiteboard.md rename to enter/Integrated Whiteboard Tools.md