Skip to content

Commit

Permalink
Merge pull request #131 from adafruit/correct-picow-magic-conf
Browse files Browse the repository at this point in the history
Update magic.json for PicoW
  • Loading branch information
tyeth authored Dec 6, 2023
2 parents 49425a7 + 2bbc1fc commit 9e5c850
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions boards/rpi-pico-w/magic.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
},
"components": [
{
"name": "Dimmable LED",
"type": "dimmable_led",
"pwmSetting": "fixedFrequency",
"frequency": 5000,
"resolution": 12,
"name": "LED",
"pinName": "D32",
"isPWM": true
"type": "led",
"mode": "DIGITAL",
"direction": "OUTPUT",
"isPin": true
}
]
}
}

0 comments on commit 9e5c850

Please sign in to comment.