Browse Source

Merge pull request #16 from ladyada/master

fix raspi codes
pull/17/head 0.0.11
Limor "Ladyada" Fried 6 years ago
committed by GitHub
parent
commit
c5e00398e1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      adafruit_platformdetect/board.py

+ 5
- 5
adafruit_platformdetect/board.py View File

@ -163,23 +163,23 @@ _PI_REV_CODES = {
'0002', '0003',
# Overvolted/clocked versions:
'10000002', '10000003',
'1000002', '1000003',
),
RASPBERRY_PI_B_REV2: (
'0005', '0006', '000d', '000e', '000f',
'10000005', '10000006', '1000000d', '1000000e', '1000000f',
'1000005', '1000006', '100000d', '100000e', '100000f',
),
RASPBERRY_PI_B_PLUS: (
'0010', '0013', '900032',
'10000010', '10000013', '1900032',
'1000010', '1000013', '1900032',
),
RASPBERRY_PI_A: (
'0007', '0008', '0009',
'10000007', '10000008', '10000009',
'1000007', '1000008', '1000009',
),
RASPBERRY_PI_A_PLUS: (
'0012', '0015', '900021',
'10000012', '10000015', '1900021',
'1000012', '1000015', '1900021',
),
RASPBERRY_PI_CM1: (
'0011', '0014',


|||||||
x
 
000:0
Loading…
Cancel
Save