We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2046af7 commit 69aaa62Copy full SHA for 69aaa62
gpiozero/pins/data.py
@@ -848,8 +848,8 @@ def from_revision(cls, revision):
848
'A': '2013Q1',
849
'B': '2012Q1' if pcb_revision == '1.0' else '2012Q4',
850
'A+': '2014Q4',
851
- 'B+': '2014Q3' if pcb_revision == '1.1' else '2016Q3',
852
- '2B': '2015Q1',
+ 'B+': '2014Q3',
+ '2B': '2015Q1' if pcb_revision == '1.1' else '2016Q3',
853
'CM': '2014Q2',
854
'3B': '2016Q1',
855
'Zero': '2015Q4' if pcb_revision == '1.2' else '2016Q2',
0 commit comments