mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
6 lines
105 B
Python
6 lines
105 B
Python
from gpiozero import pi_info
|
|
|
|
piBoardInfo = pi_info('a020d3') # 3B+
|
|
|
|
assert(piBoardInfo.model == '3B+')
|