Skip to content

Commit 272e046

Browse files
committed
Merge pull request #6 from dsmall/master
Change to map pins 6/7 to PB11/PB10
2 parents 24adf05 + 0e95541 commit 272e046

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pytronics.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ def decode_pin_name(pin):
2727
'3': 70, # PB6
2828
'4': 73, # PB9
2929
'5': 72, # PB8
30-
'6': 55, # PA23
31-
'7': 56, # PA24
30+
# '6': 55, # PA23 Rascal 0.6
31+
# '7': 56, # PA24 Rascal 0.6
32+
'6': 75, # PB11 Rascal 1.2
33+
'7': 74, # PB10 Rascal 1.2
3234
'8': 100, # PC4
3335
'9': 101, # PC5
3436
'10': 67, # PB3

0 commit comments

Comments
 (0)