Skip to content

Commit bb67db4

Browse files
Corrected confusion about empty pads
1 parent 971c419 commit bb67db4

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
205 KB
Loading
409 KB
Loading

content/hardware/09.kits/maker/plug-and-make-kit/datasheet/datasheet.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,15 @@ Version number on bottom copper, below solder mask. Location is always on the to
191191
![](assets/verNumber.png)
192192

193193
#### Modules with Microcontroller
194-
All modules that have a added microcontroller for interfacing, such as the knob, buzzer, buttons, and pixels, have footprints allowing for the optional mounting of I2C pullups. However, these pullups are not mounted by default. This table allows to easily check this information, “x” in the table means that the pullup of that pin is not mounted.
194+
195+
##### Pull-up Resistors
196+
These modules have pads for optional I2C pull-up mounting. No resistors are mounted by default:
197+
![Pullup resistors pads](ResistorsPullup.png)
198+
199+
200+
##### I2C address auto identification
201+
When the board is powered, the microcontroller reads the status of its pins PA6, PA7, PA8, PC14, PC15, and PF2. Each of the microcontroller boards has footprints for pullup resistors for those pins. The pull-ups can be mounted (or not) , so that the microcontroller can understand on what kind of board it has been mounted. Each of the boards with a microcontroller will have a different mounting configurations. This table allows for easily acess to this information:
202+
![Resistor I2C Identification](I2CAdressResistors.png)
195203

196204
| Board | SKU | PA6 | PA7 | PA8 | PC14 | PC15 | PF2 |
197205
|------------------|----------|-----|-----|-----|------|------|-----|

0 commit comments

Comments
 (0)