Updated: Tuesday, October 10,2023-10-10 13:46:21

main
Shwetha Jayaraj 2023-10-10 13:46:25 -04:00
parent f9ef209ee8
commit 7ca0302dee
4 changed files with 13 additions and 9 deletions

View File

@ -1,8 +1,12 @@
{ {
"recentFiles": [ "recentFiles": [
{ {
"basename": "The Integrate Whiteboard", "basename": "Arduino Example Blink",
"path": "The Integrate Whiteboard.md" "path": "Arduino Example Blink.md"
},
{
"basename": "Integrated Whiteboard Tools",
"path": "Integrated Whiteboard Tools.md"
}, },
{ {
"basename": "Potentiometers & Analog SerialReader", "basename": "Potentiometers & Analog SerialReader",

View File

@ -25,7 +25,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "The Integrate Whiteboard.md", "file": "Arduino Example Blink.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@ -91,7 +91,7 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 300 "width": 276
}, },
"right": { "right": {
"id": "4bd9c02fbfe6785f", "id": "4bd9c02fbfe6785f",
@ -107,7 +107,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "The Integrate Whiteboard.md", "file": "Arduino Example Blink.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -124,7 +124,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "The Integrate Whiteboard.md", "file": "Arduino Example Blink.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -147,7 +147,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "The Integrate Whiteboard.md" "file": "Arduino Example Blink.md"
} }
} }
} }
@ -174,9 +174,9 @@
}, },
"active": "9600f3812aeb8311", "active": "9600f3812aeb8311",
"lastOpenFiles": [ "lastOpenFiles": [
"Integrated Whiteboard Tools.md",
"Potentiometers & Analog SerialReader.md", "Potentiometers & Analog SerialReader.md",
"Untitled.canvas", "Untitled.canvas",
"The Integrate Whiteboard.md",
"Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md" "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md"
] ]
} }

View File

@ -7,4 +7,4 @@ Output
Sketch uses 51448 bytes (19%) of program storage space. Maximum is 262144 bytes. 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. Global variables use 6744 bytes (20%) of dynamic memory, leaving 26024 bytes for local variables. Maximum is 32768 bytes.
``` ```