feat: add Arduino Uno, ESP32 PCB and LED Letter tutorials#747
Open
singhaditya21 wants to merge 2 commits into
Open
feat: add Arduino Uno, ESP32 PCB and LED Letter tutorials#747singhaditya21 wants to merge 2 commits into
singhaditya21 wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds three new tutorials to the documentation to resolve the open bounties on the archived
docs-oldrepository:Arduino Uno Schematic (Closes Create Arduino Uno (Schematic Only) docs-old#42 / /claim Create Arduino Uno (Schematic Only) docs-old#42)
docs/tutorials/arduino-uno-schematic.mdxroutingDisabledproperty.ESP32 PCB Layout and Routing (Closes ESP32 PCB Layout and Routing docs-old#44 / /claim ESP32 PCB Layout and Routing docs-old#44)
docs/tutorials/esp32-pcb-routing.mdxDraw Any Letter with LEDs (Closes Draw any letter with LEDs docs-old#50 / /claim Draw any letter with LEDs docs-old#50)
docs/tutorials/draw-any-letter-leds.mdx<LedLetter />component that dynamically maps capital letters A-Z to a 5x7 grid of 0603 SMD LEDs and current-limiting resistors, scaling positions mathematically on both PCB and schematic.All three MDX pages have been compiled successfully via Docusaurus production build (
bun run build).