You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gpiozero/pins/data.py
+32-6Lines changed: 32 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -166,9 +166,10 @@
166
166
{style:black on white}---+|hdmi|{style:white on green} {style:on black}+----+{style:on green} {style:black on white}usb{style:on green} {style:on white}pwr{style:white on green} |{style:reset}
167
167
{style:white on green}`---{style:black on white}| |{style:white on green}--------{style:black on white}| |{style:white on green}-{style:black on white}| |{style:white on green}-'{style:reset}"""
168
168
169
+
169
170
CM_BOARD="""\
170
171
{style:white on green}+-----------------------------------------------------------------------------------------------------------------------+{style:reset}
171
-
{style:white on green}| Raspberry Pi Compute Module |{style:reset}
172
+
{style:white on green}| Raspberry Pi Compute Module %d |{style:reset}
172
173
{style:white on green}| |{style:reset}
173
174
{style:white on green}| You were expecting more detail? Sorry, the Compute Module's a bit hard to do right now! |{style:reset}
174
175
{style:white on green}| |{style:reset}
@@ -344,6 +345,23 @@
344
345
199: ('VBAT', False), 200: ('VBAT', False),
345
346
}
346
347
348
+
CM3_SODIMM=CM_SODIMM.copy()
349
+
CM3_SODIMM.update({
350
+
4: ('NC / SDX VREF', False),
351
+
6: ('NC / SDX VREF', False),
352
+
8: (GND, False),
353
+
10: ('NC / SDX CLK', False),
354
+
12: ('NC / SDX CMD', False),
355
+
14: (GND, False),
356
+
16: ('NC / SDX D0', False),
357
+
18: ('NC / SDX D1', False),
358
+
20: (GND, False),
359
+
22: ('NC / SDX D2', False),
360
+
24: ('NC / SDX D3', False),
361
+
88: ('HDMI HPD N 1V8', False),
362
+
90: ('EMMC EN N 1V8', False),
363
+
})
364
+
347
365
# The following data is sourced from a combination of the following locations:
0 commit comments