-
Notifications
You must be signed in to change notification settings - Fork 38
Add in Raspberry gpio pages #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
omckeon
wants to merge
26
commits into
splashkit:main
Choose a base branch
from
omckeon:raspberry_gpio
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
…pberry Pi overview and ADC explanation
… update judgement game output image and motor speed logger details
…ircuit components
…t circuit - and add captions
…ield-guide into raspberry_gpio
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.
Updated/added/reviewed pages so far:
Part 0: First Steps
Chapter 2: Computer Use
Overview:
/book/part-0-getting-started/2-computer-use/0-panorama/05-raspberry-pi.mdx
Guided Tour:
/book/part-0-getting-started/2-computer-use/1-tour/3-2-setup-raspberry.md
Chapter 3: Building Programs
Guided Tour:
/book/part-0-getting-started/3-building-programs/1-tour/4-led-blink.mdx
Part 1: Instructions
Chapter 1: Sequence and Data
Overview:
/book/part-1-instructions/1-sequence-and-data/0-panorama/8-gpio-pins.mdx
/book/part-1-instructions/1-sequence-and-data/0-panorama/9-raspberry-gpio-methods.md
Guided Tour:
/book/part-1-instructions/1-sequence-and-data/1-tour/03-00-button-press-counter.mdx
/book/part-1-instructions/1-sequence-and-data/1-tour/03-01-prepare-gpio-pins.mdx
/book/part-1-instructions/1-sequence-and-data/1-tour/03-02-read-gpio-pin.mdx
/book/part-1-instructions/1-sequence-and-data/1-tour/03-03-multiple-readings.mdx
Activities:
/book/part-1-instructions/1-sequence-and-data/3-explore/03-4-binary-calculator.mdx
Chapter 3: Control Flow
Overview:
/book/part-1-instructions/3-control-flow/0-panorama/10-0-raspberry-pi.mdx
/book/part-1-instructions/3-control-flow/0-panorama/10-1-gpio-functions.mdx
/book/part-1-instructions/3-control-flow/0-panorama/10-2-ADC.mdx
/book/part-1-instructions/3-control-flow/0-panorama/10-3-exploring-potentiometer.mdx
Guided Tour:
/book/part-1-instructions/3-control-flow/1-tour/4-00-potentiometer.mdx
Activities:
/book/part-1-instructions/3-control-flow/3-explore/3-4-judgement-game.mdx
Part 2: Organised Code
Chapter 1: Starting C/C++
Overview:
/book/part-2-organised-code/1-starting-cpp/0-pano/7-raspberry-pi.mdx
Chapter 2: Structuring Code
Guided Tour:
/book/part-1-instructions/1-sequence-and-data/1-tour/03-00-gpio-7-segment-display.mdx
(Added by me - WIP)Activities:
/book/part-1-instructions/1-sequence-and-data/3-explore/03-4-gpio-7-segment-display.md
(Added by me - WIP)Chapter 3: Structuring Data
Guided Tour:
/book/part-2-organised-code/3-structuring-data/1-tour/4-0-servo-motor.mdx
Activities:
/book/part-2-organised-code/3-structuring-data/3-explore/3-3-servo-potentiometer.mdx
Chapter 4: Indirect Access
Guided Tour:
/book/part-2-organised-code/4-indirect-access/1-tour/03-dc-motors.mdx
Activities:
/book/part-2-organised-code/4-indirect-access/3-explore/3-3-motor-speed-logger.mdx