Skip to content

Commit cceafab

Browse files
authored
Modify pull resistor annotation (#404)
1 parent c9a22ba commit cceafab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardware/edgeconnector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ This table shows various data about each of the pins on the micro:bit edge conne
143143
| s/w | the name that is used in the DAL runtime software
144144
| functions | all possible functions, **BOLD** for default. brackets indicate use with caution
145145
| dir | the startup conditions (direction) when the micro:bit boots: Input or Output
146-
| pull? | pull up or down resistors. e10Mu means an external 10Mohm pullup, i12Kd means an internal 12K pull down.
146+
| pull? | pull resistors: i12Kd = processor internal 12Kohm configurable pull-up/down/none; e10Mu = external 10Mohm fixed pull-up.
147147

148148
#### Notes
149149

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

154154
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.
155155

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

158158
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.
159159

0 commit comments

Comments
 (0)