mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-13 14:12:12 +00:00
6 lines
104 B
Python
6 lines
104 B
Python
from gpiozero import pi_info
|
|
|
|
piBoardInfo = pi_info('a020d3') # 3B+
|
|
|
|
assert piBoardInfo.model == '3B+'
|