From 2bbc1fcea5219c375807c03aa9226730c2a2d156 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Wed, 6 Dec 2023 14:42:41 +0000 Subject: [PATCH] Update magic.json for PicoW --- boards/rpi-pico-w/magic.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/boards/rpi-pico-w/magic.json b/boards/rpi-pico-w/magic.json index 933b13e..084b04e 100644 --- a/boards/rpi-pico-w/magic.json +++ b/boards/rpi-pico-w/magic.json @@ -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 } ] -} \ No newline at end of file +}