Updated: Friday, October 06,2023-10-06 04:46:05
parent
fb3a36da8a
commit
bb0c6fb8f5
|
@ -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": [],
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
|
@ -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)
|
||||
-
|
|
@ -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.
|
||||
```
|
Loading…
Reference in New Issue