Skip to content

Commit

Permalink
Merge pull request #167 from adafruit/add-metro-s3
Browse files Browse the repository at this point in the history
Update metro s3 definition
  • Loading branch information
tyeth authored Dec 2, 2024
2 parents 30fdcf4 + a7277fe commit 00683c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion boards/metroesp32s3/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"vendor":"Adafruit",
"productURL":"https://www.adafruit.com/product/5500",
"documentationURL":"https://learn.adafruit.com/adafruit-metro-esp32-s3",
"installBoardName": "metro_esp32s3",
"installMethod":"uf2",
"installBoardName": "metro_esp32s3",
"published":true,
Expand All @@ -14,7 +15,8 @@
{
"name":"D0",
"displayName":"Built-in Button (Boot0)",
"dataType":"bool"
"dataType":"bool",
"direction": "INPUT"
},
{
"name":"D40",
Expand Down

0 comments on commit 00683c3

Please sign in to comment.