Skip to content

Commit

Permalink
Merge pull request #16 from ladyada/master
Browse files Browse the repository at this point in the history
fix raspi codes
  • Loading branch information
ladyada authored Mar 9, 2019
2 parents a541076 + 0c65caa commit c5e0039
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions adafruit_platformdetect/board.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,23 +163,23 @@
'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',
Expand Down

0 comments on commit c5e0039

Please sign in to comment.