Skip to content

Commit

Permalink
Merge pull request #168 from adafruit/PicoLEDpin64migration
Browse files Browse the repository at this point in the history
PicoLEDpin64migration
  • Loading branch information
tyeth authored Dec 2, 2024
2 parents 093dedc + cfa4c55 commit 73f703b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion boards/rpi-pico-2w/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"hasServo":true
},
{
"name":"D32",
"name":"D64",
"displayName":"LED (BUILT-IN)",
"dataType":"bool"
}
Expand Down
2 changes: 1 addition & 1 deletion boards/rpi-pico-2w/magic.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"components": [
{
"name": "LED",
"pinName": "D32",
"pinName": "D64",
"type": "led",
"mode": "DIGITAL",
"direction": "OUTPUT",
Expand Down
2 changes: 1 addition & 1 deletion boards/rpi-pico-w/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"hasServo":true
},
{
"name":"D32",
"name":"D64",
"displayName":"LED (BUILT-IN)",
"dataType":"bool"
}
Expand Down
38 changes: 19 additions & 19 deletions boards/rpi-pico-w/magic.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"exportVersion": "1.0.0",
"exportedBy": "Adafruit",
"exportedAt": "2023-11-13T19:26:40.834Z",
"exportedFromDevice": {
"board": "rpi-pico-w",
"firmwareVersion": "1.0.0-beta.73"
},
"components": [
{
"name": "LED",
"pinName": "D32",
"type": "led",
"mode": "DIGITAL",
"direction": "OUTPUT",
"isPin": true
}
]
}
{
"exportVersion": "1.0.0",
"exportedBy": "Adafruit",
"exportedAt": "2023-11-13T19:26:40.834Z",
"exportedFromDevice": {
"board": "rpi-pico-w",
"firmwareVersion": "1.0.0-beta.73"
},
"components": [
{
"name": "LED",
"pinName": "D64",
"type": "led",
"mode": "DIGITAL",
"direction": "OUTPUT",
"isPin": true
}
]
}

0 comments on commit 73f703b

Please sign in to comment.