Skip to content

Modify edge connector pull resistor annotation #404

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

Merged
merged 1 commit into from
Jul 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hardware/edgeconnector.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ This table shows various data about each of the pins on the micro:bit edge conne
| s/w | the name that is used in the DAL runtime software
| functions | all possible functions, **BOLD** for default. brackets indicate use with caution
| dir | the startup conditions (direction) when the micro:bit boots: Input or Output
| pull? | pull up or down resistors. e10Mu means an external 10Mohm pullup, i12Kd means an internal 12K pull down.
| pull? | pull resistors: i12Kd = processor internal 12Kohm configurable pull-up/down/none; e10Mu = external 10Mohm fixed pull-up.

#### Notes

Expand All @@ -153,7 +153,7 @@ This table shows various data about each of the pins on the micro:bit edge conne

3. The DAL DynamicPWM driver (and the underlying Nordic timer peripherals) dictate that PWM can only be active on 3 pins simultaneously. Any attempt to allocate a 4th pin for PWM use, will disable one of the existing PWM pins.

4. Digital input pins are by default configured with internal pull down resistors when the pins are configured by the DAL.
4. A digital input pin's internal pull resistor is configured by default to pull-down by the DAL/CODAL.

5. Functions in brackets should be used with caution, as other features of the device may become unstable, degraded or non operational, if their normal use is not disabled in the software first.

Expand Down