-
Notifications
You must be signed in to change notification settings - Fork 3
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
Servo Assembly hardware documentation #54
Conversation
content/kit/servo-assembly/GPIO.md
Outdated
title: GPIO | ||
--- | ||
|
||
The arduino allows you to connect your kit to your own electronics. It has 14 digital I/O pins, and 4 analogue. The analogue pins can read an analogue signal from 0 to 5V. The board also has a couple of ground pins, as well as some pins fixed at 3.3V and 5V output. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd recommend saying 6 analogue pins here rather than 4, since the you go on to say immediately below that two are reserved for the servo shield.
content/kit/servo-assembly/GPIO.md
Outdated
|
||
|
||
{{% notice note %}} | ||
The servo hat communicates using 2 of the analogue output pins (4 and 5), and so these are inaccessible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change "analogue output" -> "analogue input".
Also, "inaccessible" -> "reserved". You can still physically plug stuff into them; it'll just make your servo shield behave weirdly.
Remember, my electronics skills aren't great!