Skip to content

Commit

Permalink
buildroot/python-pinpong: reordering of pins
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonfix committed Oct 19, 2023
1 parent 7f04848 commit a9f9886
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"class" : "TTYUART",
},
"pin" : {
"pinnum" : [ 0, 1, 2, 4, 5, 6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 22, 24, 25, 26, 27, 29, 31, 32],
"pinmap" : [440,508,509,378,377,371,372,375,374,373,370,425,426,496,497,494,495,503,504,502,505,507,506,356,451,454],
"pinnum" : [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 25, 26, 27],
"pinmap" : [508,509,378,377,371,372,375,374,373,370,425,426,496,497,494,495,503,504,502,505,507,506,356,440,451,454],
"class" : "SYSFSPin",
},
"adc" : {
Expand Down

0 comments on commit a9f9886

Please sign in to comment.